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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.h

Issue 2523053004: Enhance chrome.app.window API for shelf integration with restore support (Closed)
Patch Set: Review v5 Created 4 years 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/ash/launcher/launcher_controller_helper.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
index 78dba52f8ff9b75dd3ac450ada707c6c276910c4..97045dbc185b440a235c14988fdbd3cc7334826d 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -45,6 +45,11 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
ash::LaunchSource source,
int event_flags);
+ void LaunchAppWithLaunchId(const std::string& app_id,
+ const std::string& launch_id,
+ ash::LaunchSource source,
+ int event_flags);
+
virtual ArcAppListPrefs* GetArcAppListPrefs() const;
Profile* profile() { return profile_; }

Powered by Google App Engine
This is Rietveld 408576698