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

Unified Diff: chrome/browser/ui/extensions/app_launch_params.h

Issue 2523053004: Enhance chrome.app.window API for shelf integration with restore support (Closed)
Patch Set: Created 4 years, 1 month 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/app_launch_params.h
diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h
index 492855aa020bf1148c5dcba387e88ff533dbb30b..f1b265eb8a6f8b249342be5035ed85e8f59d7474 100644
--- a/chrome/browser/ui/extensions/app_launch_params.h
+++ b/chrome/browser/ui/extensions/app_launch_params.h
@@ -40,6 +40,10 @@ struct AppLaunchParams {
// The extension to load.
std::string extension_id;
+ // An id that can be passed to an app when launched in order to support
+ // multiple shelf items per app.
+ std::string launch_id;
Mr4D (OOO till 08-26) 2016/12/03 01:55:27 Can you elaborate what kind of id's these are? If
Andra Paraschiv 2016/12/06 13:19:16 This id is a real string and is set for a window w
+
// The container type to launch the application in.
extensions::LaunchContainer container;

Powered by Google App Engine
This is Rietveld 408576698