Chromium Code Reviews

Unified Diff: chrome/common/chrome_view_type.h

Issue 8985008: Don't use browser windows for platform app shell windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add view type, handle window closing. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/chrome_view_type.h
diff --git a/chrome/common/chrome_view_type.h b/chrome/common/chrome_view_type.h
index 926c1bdd23e28505e27b6d9ec1468bca9587c06a..8a89839ccbe7e0ca396121f3cbbb848c3ef6d39e 100644
--- a/chrome/common/chrome_view_type.h
+++ b/chrome/common/chrome_view_type.h
@@ -20,6 +20,7 @@ enum ViewType {
VIEW_TYPE_EXTENSION_INFOBAR,
VIEW_TYPE_NOTIFICATION,
VIEW_TYPE_EXTENSION_DIALOG,
+ VIEW_TYPE_APP_SHELL,
};
// Constant strings corresponding to the Type enumeration values. Used
@@ -30,6 +31,7 @@ extern const char kViewTypePopup[];
extern const char kViewTypeInfobar[];
extern const char kViewTypeNotification[];
extern const char kViewTypeExtensionDialog[];
+extern const char kViewTypeAppShell[];
extern const char kViewTypeAll[];
} // namespace chrome

Powered by Google App Engine