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

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 whitespaces in mac files 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 e13c0b367d98a73ffd0ee89692461cbc98e87440..1ec176025377063b085b5aa0421a0e8a39cbb415 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;
@@ -546,8 +547,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