Lines Matching refs:Profile
5 @@ -616,7 +616,9 @@ std::unique_ptr<Profile> Profile::CreateOffTheRecordProfile(
28 @@ -98,6 +99,8 @@ bool Profile::OTRProfileID::AllowsBrowserWindows() const {
37 @@ -119,6 +122,16 @@ Profile::OTRProfileID Profile::OTRProfileID::CreateUnique(
42 +Profile::OTRProfileID Profile::OTRProfileID::CreateUniqueForCEF() {
46 +bool Profile::OTRProfileID::IsUniqueForCEF() const {
52 Profile::OTRProfileID Profile::OTRProfileID::CreateUniqueForDevTools() {
58 @@ -98,6 +98,10 @@ class Profile : public content::BrowserContext {
69 @@ -480,6 +484,8 @@ class Profile : public content::BrowserContext {
73 + void NotifyOffTheRecordProfileCreated(Profile* off_the_record);
76 // Creates an OffTheRecordProfile which points to this Profile.
77 static std::unique_ptr<Profile> CreateOffTheRecordProfile(
78 @@ -491,8 +497,6 @@ class Profile : public content::BrowserContext {
79 static PrefStore* CreateExtensionPrefStore(Profile*,
82 - void NotifyOffTheRecordProfileCreated(Profile* off_the_record);
91 @@ -998,7 +998,9 @@ Profile* ProfileImpl::GetOffTheRecordProfile(const OTRProfileID& otr_profile_id,
119 @@ -150,7 +150,7 @@ class ProfileManager : public Profile::Delegate {
123 - Profile* GetProfile(const base::FilePath& profile_dir);
124 + virtual Profile* GetProfile(const base::FilePath& profile_dir);
127 static Profile* GetProfileFromProfileKey(ProfileKey* profile_key);
128 @@ -182,7 +182,7 @@ class ProfileManager : public Profile::Delegate {
152 RendererUpdater::RendererUpdater(Profile* profile) : profile_(profile) {