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

Unified Diff: chrome/common/chrome_switches.h

Issue 7210020: Added prerendering to omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TODO Created 9 years, 6 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ec81008e97083487fe52f4940eeea960d061d2d0..390c94b73654be070f4e06d924387cbc90357bab 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -215,6 +215,7 @@ extern const char kPrerenderSwitchValueAuto[];
extern const char kPrerenderSwitchValueDisabled[];
extern const char kPrerenderSwitchValueEnabled[];
extern const char kPrerenderSwitchValuePrefetchOnly[];
+extern const char kPrerenderFromOmnibox[];
sky 2011/06/20 18:15:54 Keep sorted.
dominich 2011/06/20 18:40:00 Oops. Alphabet fail. Done.
extern const char kPrint[];
extern const char kProductVersion[];
extern const char kProfilingAtStart[];

Powered by Google App Engine
This is Rietveld 408576698