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

Unified Diff: components/omnibox/browser/omnibox_switches.h

Issue 2864103003: Limit the number of history urls indexed for omnibox suggestions. (Closed)
Patch Set: Created 3 years, 7 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
Index: components/omnibox/browser/omnibox_switches.h
diff --git a/components/omnibox/browser/omnibox_switches.h b/components/omnibox/browser/omnibox_switches.h
index 33fced37eaea8fbf347f3e033c5d727c65c1b128..dd91499317d65c40fafec8d60314171417ecb760 100644
--- a/components/omnibox/browser/omnibox_switches.h
+++ b/components/omnibox/browser/omnibox_switches.h
@@ -9,6 +9,8 @@ namespace switches {
extern const char kEmphasizeTitlesInOmniboxDropdown[];
+extern const char kLimitHistoryUrlIndexingForOmnibox[];
+
} // namespace switches
#endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698