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

Unified Diff: chrome/common/chrome_view_type.cc

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_view_type.cc
diff --git a/chrome/common/chrome_view_type.cc b/chrome/common/chrome_view_type.cc
index 8d5ffbac336e36b7e083fc7b1150fbbe65246ced..fdc5b1da1f56f1651ad61d78682ee0dd220d45c1 100644
--- a/chrome/common/chrome_view_type.cc
+++ b/chrome/common/chrome_view_type.cc
@@ -11,5 +11,6 @@ const char kViewTypePopup[] = "POPUP";
const char kViewTypeInfobar[] = "INFOBAR";
const char kViewTypeNotification[] = "NOTIFICATION";
const char kViewTypeExtensionDialog[] = "EXTENSION_DIALOG";
+const char kViewTypeAppShell[] = "SHELL";
const char kViewTypeAll[] = "ALL";
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698