Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 6effd95cf316a36b7f00383bf4701dbfa0a63cd2..3fe9c5afa80f3645d13caa62a0a09aaddefbdfef 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -835,10 +835,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"; |
- |
// Controls speculative prerendering of pages, and content prefetching. Both |
// are dispatched from <link rel=prefetch href=...> elements. |
const char kPrerender[] = "prerender"; |
@@ -1219,9 +1215,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"; |