commit | 306c4cdcd6b28b15100fc923fc6b977f94149ff1 | [log] [tgz] |
---|---|---|
author | Theresa Wellington <[email protected]> | Thu Dec 07 16:43:08 2017 |
committer | Commit Bot <[email protected]> | Thu Dec 07 16:43:08 2017 |
tree | adf9d62ab6227dfdabd4a0e862817bb9aebf2af6 | |
parent | a96632a73cfe354c2c564a9e531205abbc505287 [diff] [blame] |
[Home] Show Google G in cleared URL bar Show the Google G when the bottom sheet is opened and the url is cleared. This is hidden behind a flag. BUG=792244 Change-Id: I2768dc0aefce94890260e061baae6930d413415b Reviewed-on: https://chromium-review.googlesource.com/811688 Reviewed-by: Ted Choc <[email protected]> Commit-Queue: Theresa <[email protected]> Cr-Commit-Position: refs/heads/master@{#522447}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index e3791292..e994eb7 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1050,6 +1050,9 @@ extern const char kChromeHomePromoName[]; extern const char kChromeHomePromoDescription[]; +extern const char kChromeHomeShowGoogleGName[]; +extern const char kChromeHomeShowGoogleGDescription[]; + extern const char kChromeHomeSwipeLogicName[]; extern const char kChromeHomeSwipeLogicDescription[]; extern const char kChromeHomeSwipeLogicRestrictArea[];