commit | f8dd4e802cb8f09ac30025c5b421771c561d7fb0 | [log] [tgz] |
---|---|---|
author | Brandon Wylie <[email protected]> | Thu Jul 11 16:39:57 2019 |
committer | Commit Bot <[email protected]> | Thu Jul 11 16:39:57 2019 |
tree | 4d2434332f13e9c3c7cc3c6764f32fd22fbd1678 | |
parent | 64fa8235968c7a2b0f0156053ff2d9bad2c10968 [diff] [blame] |
Add the google g to the omnibox This change displays the google g in the omnibox (unfocused + focused). There is some tint jank when transitioning from the search loupe which will be fixed by a follow-up CL. Bug: 973153 Change-Id: I53940ee67bac3065b18505822a784e22bbb900be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653842 Commit-Queue: Brandon Wylie <[email protected]> Reviewed-by: Yusuf Ozuysal <[email protected]> Reviewed-by: Ender <[email protected]> Reviewed-by: Justin Donnelly <[email protected]> Reviewed-by: Theresa <[email protected]> Cr-Commit-Position: refs/heads/master@{#676471}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index c6de457..68e173d1 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -805,6 +805,9 @@ extern const char kOmniboxShortBookmarkSuggestionsName[]; extern const char kOmniboxShortBookmarkSuggestionsDescription[]; +extern const char kOmniboxSearchEngineLogoName[]; +extern const char kOmniboxSearchEngineLogoDescription[]; + extern const char kOmniboxSpareRendererName[]; extern const char kOmniboxSpareRendererDescription[];