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

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 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..16a2e6e23de77bd4e5b28a20b2c4e265e85d9ffb 100644
--- a/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc
+++ b/chrome/browser/ui/extensions/settings_api_bubble_helpers.cc
@@ -72,9 +72,9 @@ void MaybeShowExtensionControlledSearchNotification(
void MaybeShowExtensionControlledNewTabPage(
Browser* browser, content::WebContents* web_contents) {
-#if !defined(OS_WIN)
- return;
-#endif
+ /*#if !defined(OS_WIN)
Devlin 2016/10/20 00:23:42 Was this meant to be left in?
catmullings 2016/10/21 03:49:29 Done.
+ return;
+ #endif*/
content::NavigationEntry* entry =
web_contents->GetController().GetActiveEntry();

Powered by Google App Engine
This is Rietveld 408576698