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

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

Issue 5915004: Introduce incognito preference settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits and crasher on Mac Created 9 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
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index db2f26637fba05cdce9b2bdd877b65c9b163c506..d725a8524c591a70ae27642279268fd9151da36b 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -59,6 +59,7 @@ class ExtensionDevToolsManager;
class ExtensionEventRouter;
class ExtensionInfoMap;
class ExtensionMessageService;
+class ExtensionPrefValueMap;
class ExtensionProcessManager;
class ExtensionService;
class FaviconService;
@@ -547,8 +548,12 @@ class Profile {
Profile* CreateOffTheRecordProfile();
protected:
+ friend class OffTheRecordProfileImpl;
+
static URLRequestContextGetter* default_request_context_;
+ virtual ExtensionPrefValueMap* GetExtensionPrefValueMap() = 0;
+
private:
bool restored_last_session_;

Powered by Google App Engine
This is Rietveld 408576698