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"; |