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

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: windows fixes Created 9 years, 9 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') | chrome/common/gears_api.h » ('j') | 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 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/gears_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698