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..b41c1a1d861fd220e58f83825a8232043c8914cf 100644 |
--- a/chrome/common/chrome_view_type.cc |
+++ b/chrome/common/chrome_view_type.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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 |