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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 7387010: Add PluginServiceFilter interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 4 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
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index b4276ca8e7f1fc0376c55c4c2c117ec78b146db1..0051990ebda65e0f445bacff8262f8cb26ac22bd 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -39,6 +39,7 @@ class NetPrefObserver;
class ProfileImpl : public Profile,
public NotificationObserver {
public:
+ ProfileImpl();
virtual ~ProfileImpl();
static void RegisterUserPrefs(PrefService* prefs);

Powered by Google App Engine
This is Rietveld 408576698