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

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: 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/chrome_browser.gypi ('k') | chrome/common/chrome_view_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d716fe17d304da76cba07a472719f24d8ed84f66 100644
--- a/chrome/common/chrome_view_type.h
+++ b/chrome/common/chrome_view_type.h
@@ -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.
@@ -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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_view_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698