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

Unified Diff: content/browser/plugin_service.h

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 | « content/browser/plugin_process_host.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service.h
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
index 4d0db829116060a597e69d223f311d20571d5f87..e142a9038dcd4bd3f477c4b88ba1ace663bf33e4 100644
--- a/content/browser/plugin_service.h
+++ b/content/browser/plugin_service.h
@@ -76,15 +76,6 @@ class PluginService
// Returns the PluginService singleton.
static PluginService* GetInstance();
- // Load all the plugins that should be loaded for the lifetime of the browser
- // (ie, with the LoadOnStartup flag set).
- void LoadChromePlugins(ResourceDispatcherHost* resource_dispatcher_host);
-
- // Sets/gets the data directory that Chrome plugins should use to store
- // persistent data.
- void SetChromePluginDataDir(const FilePath& data_dir);
- const FilePath& GetChromePluginDataDir();
-
// Gets the browser's UI locale.
const std::string& GetUILocale();
@@ -137,8 +128,6 @@ class PluginService
return resource_dispatcher_host_;
}
- static void EnableChromePlugins(bool enable);
-
private:
friend struct DefaultSingletonTraits<PluginService>;
@@ -184,9 +173,6 @@ class PluginService
// The IO thread's resource dispatcher host.
ResourceDispatcherHost* resource_dispatcher_host_;
- // The data directory that Chrome plugins should use to store persistent data.
- FilePath chrome_plugin_data_dir_;
-
// The browser's UI locale.
const std::string ui_locale_;
@@ -218,9 +204,6 @@ class PluginService
std::vector<PepperPluginInfo> ppapi_plugins_;
- // Set to true if chrome plugins are enabled. Defaults to true.
- static bool enable_chrome_plugins_;
-
std::vector<OverriddenPlugin> overridden_plugins_;
base::Lock overridden_plugins_lock_;
« no previous file with comments | « content/browser/plugin_process_host.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698