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

Unified Diff: chrome/browser/about_flags.cc

Issue 2967993002: DRP: Make secure proxy check URL a DRP param (Closed)
Patch Set: megjablon comment Created 3 years, 5 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 | « no previous file | chrome/browser/flag_descriptions.h » ('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 d2ad4bf26351f4ead4e20f9d98072b95ea6d7fb3..a17d4d3554f4b563a5cae9cfb2bdd4deefdc3dcd 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1861,13 +1861,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kUserConsentForExtensionScriptsDescription, kOsAll,
SINGLE_VALUE_TYPE(extensions::switches::kEnableScriptsRequireAction)},
#endif // ENABLE_EXTENSIONS
-#if defined(OS_ANDROID)
- {"enable-data-reduction-proxy-carrier-test",
- flag_descriptions::kDataReductionProxyCarrierTestName,
- flag_descriptions::kDataReductionProxyCarrierTestDescription, kOsAndroid,
- SINGLE_VALUE_TYPE(
- data_reduction_proxy::switches::kEnableDataReductionProxyCarrierTest)},
-#endif // OS_ANDROID
{"enable-hotword-hardware",
flag_descriptions::kExperimentalHotwordHardwareName,
flag_descriptions::kExperimentalHotwordHardwareDescription, kOsCrOS,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698