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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ready to review Created 9 years, 10 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 08f61d2f3084eb59d49a3e4d63fe76d89dade31d..ebba270d3cefab555d8c8d4c8549cf5dd66a48b7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -920,10 +920,6 @@ const char kParentProfile[] = "parent-profile";
// See kRecordMode.
const char kPlaybackMode[] = "playback-mode";
-// Specifies the plugin data directory, which is where plugins (Gears
-// specifically) will store its state.
-const char kPluginDataDir[] = "plugin-data-dir";
-
// Specifies a command that should be used to launch the plugin process. Useful
// for running the plugin process through purify or quantify. Ex:
// --plugin-launcher="path\to\purify /Run=yes"
@@ -1403,9 +1399,6 @@ const char kDebugViewsPaint[] = "debug-views-paint";
// the expiration of credentials during testing.
const char kClearTokenService[] = "clear-token-service";
-// Debug only switch to specify which gears plugin dll to load.
-const char kGearsPluginPathOverride[] = "gears-plugin-path";
-
// Sets a token in the token service, for testing.
const char kSetToken[] = "set-token";

Powered by Google App Engine
This is Rietveld 408576698