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

Unified Diff: chrome/common/chrome_switches.cc

Issue 375973003: Componentize component_updater: Use Configurator to build query parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one gyp omission Created 6 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 205f010db1a434b0ec093ca2200ae04918f91211..65b73bda3e7c79d0a55def4913376acb9e4dde84 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -223,9 +223,6 @@ const char kDisableAuthNegotiateCnameLookup[] =
// measurements.
const char kDisableBackgroundNetworking[] = "disable-background-networking";
-// Disables the bundled PPAPI version of Flash.
-const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
-
// Disables the client-side phishing detection feature. Note that even if
// client-side phishing detection is enabled, it will only be active if the
// user has opted in to UMA stats and SafeBrowsing is enabled in the

Powered by Google App Engine
This is Rietveld 408576698