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_ |