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

Unified Diff: chrome/browser/plugins/plugin_prefs.h

Issue 12316081: Revert 180288 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « no previous file | chrome/browser/plugins/plugin_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_prefs.h
diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
index 1840c20a3247276a03f846b008b8a62be04ee073..ebcd50b7cf0f80396c7d6217eaac544b8ab06555 100644
--- a/chrome/browser/plugins/plugin_prefs.h
+++ b/chrome/browser/plugins/plugin_prefs.h
@@ -99,6 +99,9 @@ class PluginPrefs : public RefcountedProfileKeyedService {
// |*enabled| won't be touched.
bool Get(const base::FilePath& plugin, bool* enabled) const;
void Set(const base::FilePath& plugin, bool enabled);
+ // It is similar to Set(), except that it does nothing if |plugin| needs to
+ // be converted to a different key.
+ void SetIgnorePseudoKey(const base::FilePath& plugin, bool enabled);
private:
base::FilePath ConvertMapKey(const base::FilePath& plugin) const;
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698