mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 132.0.6834.0
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| diff --git chrome/browser/ui/bookmarks/bookmark_stats.cc chrome/browser/ui/bookmarks/bookmark_stats.cc | ||||
| index 7ae18c5a960b0..d48ba838efe6f 100644 | ||||
| index bd47b3f13aa2a..0f4f3c47d2647 100644 | ||||
| --- chrome/browser/ui/bookmarks/bookmark_stats.cc | ||||
| +++ chrome/browser/ui/bookmarks/bookmark_stats.cc | ||||
| @@ -21,7 +21,9 @@ bool IsBookmarkBarLocation(BookmarkLaunchLocation location) { | ||||
| @@ -44,7 +44,7 @@ index caa20ec03434a..2a3ca921445c1 100644 | ||||
|        avatar_toolbar_button, GetBrowser().profile(), type); | ||||
|    DCHECK_EQ(nullptr, bubble_tracker_.view()); | ||||
| diff --git chrome/browser/ui/views/profiles/incognito_menu_view.cc chrome/browser/ui/views/profiles/incognito_menu_view.cc | ||||
| index 791ab794c8750..ca9e0851e2689 100644 | ||||
| index 00510c991e657..830db4087c274 100644 | ||||
| --- chrome/browser/ui/views/profiles/incognito_menu_view.cc | ||||
| +++ chrome/browser/ui/views/profiles/incognito_menu_view.cc | ||||
| @@ -36,7 +36,9 @@ | ||||
| @@ -59,13 +59,13 @@ index 791ab794c8750..ca9e0851e2689 100644 | ||||
|                                   ax::mojom::NameFrom::kAttribute); | ||||
|   | ||||
| diff --git chrome/browser/ui/views/profiles/profile_menu_coordinator.cc chrome/browser/ui/views/profiles/profile_menu_coordinator.cc | ||||
| index ee9f399e4c010..2182e42981f9d 100644 | ||||
| index 58026d48e15a6..acb3b51f86943 100644 | ||||
| --- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc | ||||
| +++ chrome/browser/ui/views/profiles/profile_menu_coordinator.cc | ||||
| @@ -58,7 +58,9 @@ void ProfileMenuCoordinator::Show(bool is_source_accelerator) { | ||||
|    is_incognito &= !browser.profile()->IsGuestSession(); | ||||
|  #endif | ||||
| @@ -52,7 +52,9 @@ void ProfileMenuCoordinator::Show(bool is_source_accelerator) { | ||||
|   | ||||
|    std::unique_ptr<ProfileMenuViewBase> bubble; | ||||
|    bool is_incognito = browser.profile()->IsIncognitoProfile(); | ||||
| -  if (is_incognito) { | ||||
| +  if (is_incognito || | ||||
| +         (browser.profile()->IsOffTheRecord() && | ||||
|   | ||||
		Reference in New Issue
	
	Block a user