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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing Created 8 years, 10 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4b2846b82f78cf8ae2a4685322e68efcc44a496b..ce8aeb6e87947b6677ad38324bea976e7a8cae0c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -567,6 +567,9 @@ const char kEnableProfiling[] = "enable-profiling";
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enables experimental suggestions pane in New Tab page.
+const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
+
// Enables syncing browser sessions.
const char kEnableSyncTabs[] = "enable-sync-tabs";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698