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

Unified Diff: chrome/browser/extensions/extension_util.h

Issue 1300763002: Add a flag to enable open in window for hosted apps on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable-new-bookmark-apps
Patch Set: Addressing nits Created 5 years, 4 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/extensions/extension_util.h
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
index e502d0d45e67d17edda776331f76acf5c7e38183..aa8f613d3ecc98891623d21bf27c8d4c3df09315 100644
--- a/chrome/browser/extensions/extension_util.h
+++ b/chrome/browser/extensions/extension_util.h
@@ -125,6 +125,10 @@ const gfx::ImageSkia& GetDefaultAppIcon();
// feature is stable.
bool IsNewBookmarkAppsEnabled();
+// TODO(dominickn): http://crbug.com/517682: Remove this entirely once
+// open in window is stable on Mac.
+bool CanHostedAppsOpenInWindows();
+
// Returns true for custodian-installed extensions in a supervised profile.
bool IsExtensionSupervised(const Extension* extension, Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698