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

Unified Diff: chrome/browser/labs.cc

Issue 3387004: Adds instant to about:labs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/labs.cc
diff --git a/chrome/browser/labs.cc b/chrome/browser/labs.cc
index bef1c8757bcfe7ab2469a01c726df8ecf77469fb..75ecc4428e5fbaee75cba0cf8e6b74d101510784 100644
--- a/chrome/browser/labs.cc
+++ b/chrome/browser/labs.cc
@@ -74,6 +74,13 @@ const Experiment kExperiments[] = {
kOsAll,
switches::kEnableTabbedOptions
},
+ {
+ "match-preview", // Do not change; see above.
+ IDS_LABS_INSTANT_NAME,
+ IDS_LABS_INSTANT_DESCRIPTION,
+ kOsWin,
+ switches::kEnableMatchPreview
+ },
};
// Extracts the list of enabled lab experiments from a profile and stores them
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698