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

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: Disable platform app tests on non-GTK platforms. Created 8 years, 11 months 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
« no previous file with comments | « chrome/common/chrome_view_type.h ('k') | chrome/renderer/extensions/schema_generated_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/chrome_view_type.h ('k') | chrome/renderer/extensions/schema_generated_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698