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

Unified Diff: chrome/browser/about_flags.cc

Issue 4220005: [Mac] Add a confirm to quit experiment to about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 10 years, 2 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 277177be2d01d31616d40e9df1c1f0ae49330cb2..ce99b53d296a75c7489e1191594e9e93bca5bbe7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -143,6 +143,13 @@ const Experiment kExperiments[] = {
kOsLinux,
switches::kDnsServer
},
+ {
+ "confirm-to-quit", // Do not change; see above.
viettrungluu 2010/11/02 17:28:13 One might complain that the "see above" part is a
Nico 2010/11/03 17:55:27 Can you elaborate on this untenable accusation?
+ IDS_FLAGS_CONFIRM_TO_QUIT_NAME,
+ IDS_FLAGS_CONFIRM_TO_QUIT_DESCRIPTION,
+ kOsMac,
+ switches::kEnableConfirmToQuit
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698