summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f1cebb1..1be1f21 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -178,6 +178,13 @@ const Experiment kExperiments[] = {
kOsMac,
switches::kEnableConfirmToQuit
},
+ {
+ "snap-start", // Do not change; see above.
+ IDS_FLAGS_SNAP_START_NAME,
+ IDS_FLAGS_SNAP_START_DESCRIPTION,
+ kOsAll,
+ switches::kEnableSnapStart
+ },
};
const Experiment* experiments = kExperiments;