diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 20:44:39 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 20:44:39 +0000 |
commit | dfd534872c2c16bf2f2e559c53c2d3ccce6380d2 (patch) | |
tree | 58e4e5f1b81cedcd1d76f2f96dc28fc9a797db68 /chrome/browser/view_ids.h | |
parent | c1f2addd794ec16639d4003493cbd44e208be7c3 (diff) | |
download | chromium_src-dfd534872c2c16bf2f2e559c53c2d3ccce6380d2.zip chromium_src-dfd534872c2c16bf2f2e559c53c2d3ccce6380d2.tar.gz chromium_src-dfd534872c2c16bf2f2e559c53c2d3ccce6380d2.tar.bz2 |
Adds some logging in hopes of tracking down a crasher.
BUG=44642
TEST=none
Review URL: http://codereview.chromium.org/2629002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/view_ids.h')
-rw-r--r-- | chrome/browser/view_ids.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/view_ids.h b/chrome/browser/view_ids.h index 74fb526..8e788dd 100644 --- a/chrome/browser/view_ids.h +++ b/chrome/browser/view_ids.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. +// Copyright (c) 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. @@ -49,6 +49,8 @@ enum ViewID { // The Bookmark Bar. VIEW_ID_BOOKMARK_BAR, VIEW_ID_OTHER_BOOKMARKS, + // Used for bookmarks/folders on the bookmark bar. + VIEW_ID_BOOKMARK_BAR_ELEMENT, // Find in page. VIEW_ID_FIND_IN_PAGE_TEXT_FIELD, |