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

Unified Diff: chrome/common/chrome_switches.cc

Issue 833323002: Remove --plugins-metadata-server-url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved build error in mac Created 5 years, 11 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d8daa7ecee6121dbadf7fc08e436b32d2651040d..28fd9bb1380f8b69ad28a8e6f612826b8f918478 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1248,11 +1248,6 @@ const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
// resulted in a browser startup.
const char kWinJumplistAction[] = "win-jumplist-action";
-#if defined(ENABLE_PLUGIN_INSTALLATION)
-// Specifies a custom URL for fetching plug-ins metadata. Used for testing.
-const char kPluginsMetadataServerURL[] = "plugins-metadata-server-url";
-#endif
-
#if defined(OS_ANDROID)
// Disables support for playing videos on Chromecast devices.
const char kDisableCast[] = "disable-cast";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698