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

Unified Diff: chrome/browser/about_flags.cc

Issue 66713002: Get rid of {Enable|Disable|ChromeCaptivePortalDetector flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restored blank line. Created 7 years, 1 month 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/google_chrome_strings.grd ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4df64882ee9332c54afbea3446fa6881f4617e3b..a5a0f90bf340eea3f6fcae66930453e59da5f93d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -188,18 +188,6 @@ const Experiment::Choice kNaClDebugMaskChoices[] = {
switches::kNaClDebugMask, "*://*/*debug.nmf" }
};
-#if defined(OS_CHROMEOS)
-
-const Experiment::Choice kChromeCaptivePortalDetectionChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
- { IDS_FLAGS_CHROME_CAPTIVE_PORTAL_DETECTOR,
- chromeos::switches::kEnableChromeCaptivePortalDetector, "" },
- { IDS_FLAGS_SHILL_CAPTIVE_PORTAL_DETECTOR,
- chromeos::switches::kDisableChromeCaptivePortalDetector, "" }
-};
-
-#endif
-
const Experiment::Choice kImplSidePaintingChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
@@ -1109,13 +1097,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(chromeos::switches::kDisableBootAnimation),
},
{
- "captive-portal-detector",
- IDS_FLAGS_CAPTIVE_PORTAL_DETECTOR_NAME,
- IDS_FLAGS_CAPTIVE_PORTAL_DETECTOR_DESCRIPTION,
- kOsCrOSOwnerOnly,
- MULTI_VALUE_TYPE(kChromeCaptivePortalDetectionChoices),
- },
- {
"file-manager-show-checkboxes",
IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_NAME,
IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_DESCRIPTION,
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698