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