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

Unified Diff: chrome/browser/plugin_updater.h

Issue 5699005: Policy: Re-enabled plugin still disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make windows compiler even happier. Created 10 years 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
Index: chrome/browser/plugin_updater.h
diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
index 526433481caba31d33a2e901e9bf2fb65e8bcf06..0f6ed415d7b7067c2e8a46f579ffffc20326a467 100644
--- a/chrome/browser/plugin_updater.h
+++ b/chrome/browser/plugin_updater.h
@@ -32,7 +32,9 @@ class PluginUpdater : public NotificationObserver {
void EnablePluginGroup(bool enable, const string16& group_name);
// Enable or disable a specific plugin file.
- void EnablePluginFile(bool enable, const FilePath::StringType& file_path);
+ void EnablePlugin(bool enable,
+ const FilePath::StringType& file_path,
+ const string16& name);
jam 2010/12/17 19:14:45 can you add documentation to what "name" is? why
pastarmovj 2010/12/20 19:57:37 Done.
Bernhard Bauer 2010/12/20 22:30:28 Umm...?
// Disable all plugin groups as defined by the user's preference file.
void DisablePluginGroupsFromPrefs(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698