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

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

Issue 12079044: Fix enable state of Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 719523ee5645a3b943315040a8ad58c17636b5ae..b0e9067a53bbe2926ae640dc69ab08624681cb36 100644
--- a/chrome/browser/plugins/plugin_prefs.h
+++ b/chrome/browser/plugins/plugin_prefs.h
@@ -99,9 +99,6 @@ class PluginPrefs : public RefcountedProfileKeyedService {
// |*enabled| won't be touched.
bool Get(const FilePath& plugin, bool* enabled) const;
void Set(const 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 FilePath& plugin, bool enabled);
private:
FilePath ConvertMapKey(const 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