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

Unified Diff: extensions/browser/api/management/management_api_delegate.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: Clarifying logic for open in window 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: extensions/browser/api/management/management_api_delegate.h
diff --git a/extensions/browser/api/management/management_api_delegate.h b/extensions/browser/api/management/management_api_delegate.h
index c6db8517ef7f1e08378fb3f96fdc66cf30899100..f7b15a71e9257174e093df3957e8b3287853b37d 100644
--- a/extensions/browser/api/management/management_api_delegate.h
+++ b/extensions/browser/api/management/management_api_delegate.h
@@ -58,6 +58,10 @@ class ManagementAPIDelegate {
// chrome.
virtual bool IsNewBookmarkAppsEnabled() const = 0;
+ // Forwards the call to extensions::util::CanHostedAppsOpenInWindows in
+ // chrome.
+ virtual bool CanHostedAppsOpenInWindows() const = 0;
+
// Forwards the call to AppLaunchInfo::GetFullLaunchURL in chrome.
virtual GURL GetFullLaunchURL(const Extension* extension) const = 0;

Powered by Google App Engine
This is Rietveld 408576698