22 lines
1.1 KiB
Diff
22 lines
1.1 KiB
Diff
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
|
index cb16500436e78c0a3ba4471438de5b5357ffd35c..3aaa04cebee7abc9b346359bf706bc58a5e24e18 100644
|
|
--- a/chrome/browser/profiles/profile.cc
|
|
+++ b/chrome/browser/profiles/profile.cc
|
|
@@ -104,6 +104,7 @@ bool Profile::OTRProfileID::AllowsBrowserWindows() const {
|
|
// DevTools::BrowserContext, MediaRouter::Presentation, and
|
|
// CaptivePortal::Signin are exceptions to this ban.
|
|
if (*this == PrimaryID() ||
|
|
+ BRAVE_ALLOWS_BROWSER_WINDOWS
|
|
base::StartsWith(profile_id_, kDevToolsOTRProfileIDPrefix,
|
|
base::CompareCase::SENSITIVE) ||
|
|
base::StartsWith(profile_id_, kMediaRouterOTRProfileIDPrefix,
|
|
@@ -310,7 +311,7 @@ const char Profile::kProfileKey[] = "__PROFILE__";
|
|
void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
|
registry->RegisterBooleanPref(
|
|
prefs::kSearchSuggestEnabled,
|
|
- true,
|
|
+ false,
|
|
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
|
#if BUILDFLAG(IS_ANDROID)
|
|
registry->RegisterStringPref(
|