summaryrefslogtreecommitdiffstats
path: root/chrome/browser/view_ids.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-24 00:28:01 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-24 00:28:01 +0000
commit967872d14a000b9eb925044825dd2d1185817124 (patch)
tree6b8919b77052b7dee1e253324c0ffd6bebffaca4 /chrome/browser/view_ids.h
parent045da4b8068f9d9c8d890f4e7c754b7b7ddf5ad5 (diff)
downloadchromium_src-967872d14a000b9eb925044825dd2d1185817124.zip
chromium_src-967872d14a000b9eb925044825dd2d1185817124.tar.gz
chromium_src-967872d14a000b9eb925044825dd2d1185817124.tar.bz2
This adds a new kind of browser window: EXTENSION_APP. EXTENSION_APP windows have a bigger titlebar with a giant icon and title, and supports tabs.
Review URL: http://codereview.chromium.org/1730010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/view_ids.h')
-rw-r--r--chrome/browser/view_ids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/view_ids.h b/chrome/browser/view_ids.h
index 57943da..74fb526 100644
--- a/chrome/browser/view_ids.h
+++ b/chrome/browser/view_ids.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2010 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.
@@ -27,6 +27,8 @@ enum ViewID {
VIEW_ID_TAB_9,
VIEW_ID_TAB_LAST,
+ VIEW_ID_EXTENSION_APP_ICON,
+ VIEW_ID_EXTENSION_APP_TITLE,
VIEW_ID_TAB_STRIP,
// Toolbar & toolbar elements.