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

Unified Diff: chrome/common/web_application_info.h

Issue 899443002: Create bookmark apps at the end of the process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 11 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/common/web_application_info.h
diff --git a/chrome/common/web_application_info.h b/chrome/common/web_application_info.h
index 5ff59ab602dd878aca4cf62fa0eac5eb66d491b9..74a3a019d7b2bd89cb1812a274d2d8c63c8eb9f3 100644
--- a/chrome/common/web_application_info.h
+++ b/chrome/common/web_application_info.h
@@ -53,6 +53,10 @@ struct WebApplicationInfo {
// The color to use if an icon needs to be generated for the web app.
SkColor generated_icon_color;
+
+ // Whether the app should be opened in a window. If false, the app will be
+ // opened in a tab.
+ bool open_as_window;
};
#endif // CHROME_COMMON_WEB_APPLICATION_INFO_H_

Powered by Google App Engine
This is Rietveld 408576698