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

Unified Diff: chrome/browser/ui/extensions/settings_api_bubble_helpers.cc

Issue 2206693002: Improve settings override bubble to indicate policy installed extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master. Addressing mac code review Created 4 years, 2 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/ui/extensions/settings_api_bubble_helpers.cc
diff --git a/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc b/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc
index 354248c59a2f1b9116b0369ed00f9256684961cb..012295b57585dfdc5b2338349b569f11100ad7e7 100644
--- a/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc
+++ b/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc
@@ -72,7 +72,7 @@ void MaybeShowExtensionControlledSearchNotification(
void MaybeShowExtensionControlledNewTabPage(
Browser* browser, content::WebContents* web_contents) {
-#if !defined(OS_WIN)
+#if !defined(OS_WIN) && !defined(OS_MACOSX)
Devlin 2016/11/01 00:21:21 We shouldn't be making this change as part of this
catmullings 2016/11/01 02:46:53 Done.
return;
#endif

Powered by Google App Engine
This is Rietveld 408576698