Adds instant to about:labs.
BUG=54833
TEST=go to about:labs on windows and make sure you see a section for instant
Review URL: http://codereview.chromium.org/3387004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59649 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/labs.cc b/chrome/browser/labs.cc
index bef1c87..75ecc442 100644
--- a/chrome/browser/labs.cc
+++ b/chrome/browser/labs.cc
@@ -74,6 +74,13 @@
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