summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index 42c0cf6..d4f9368 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -47,6 +47,11 @@ class PluginService {
void SetChromePluginDataDir(const FilePath& data_dir);
const FilePath& GetChromePluginDataDir();
+ // Add an extra plugin directory to scan when we actually do the loading.
+ // This will force a refresh of the plugin list the next time plugins are
+ // requested.
+ void AddExtraPluginDir(const FilePath& plugin_dir);
+
// Gets the browser's UI locale.
const std::wstring& GetUILocale();