Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: components/search_engines/template_url.h

Issue 396583002: Stop depending on InstantService from BaseSearchProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/search_engines/search_terms_data.cc ('k') | components/search_engines/template_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url.h
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
index 195049fbdb3794ee053289ee1ec9d22ce04f0886..f89d00958255d67d7794a8d20cd127431ca84e75 100644
--- a/components/search_engines/template_url.h
+++ b/components/search_engines/template_url.h
@@ -129,9 +129,9 @@ class TemplateURLRef {
// the request was issued. Set to base::string16::npos if not used.
size_t cursor_position;
- // The start-edge margin of the omnibox in pixels, used in extended Instant
- // to align the preview contents with the omnibox.
- int omnibox_start_margin;
+ // True to enable the start-edge margin of the omnibox, used in extended
+ // Instant to align the preview contents with the omnibox.
+ bool enable_omnibox_start_margin;
// The URL of the current webpage to be used for experimental zero-prefix
// suggestions.
« no previous file with comments | « components/search_engines/search_terms_data.cc ('k') | components/search_engines/template_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698