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

Unified Diff: chrome/browser/ui/view_ids.h

Issue 1169823005: Add sidebar views implementation using ExtensionSystem SidebarManager Base URL: https://chromium.googlesource.com/chromium/src.git@patch-a
Patch Set: Rebased patch set to 1168383002/#ps220001 Created 5 years, 3 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
Index: chrome/browser/ui/view_ids.h
diff --git a/chrome/browser/ui/view_ids.h b/chrome/browser/ui/view_ids.h
index e396b9cac71abd286b3be718995b3cb576ca3dbb..055d7731b17d51d0a57aad57aad10b6685b3e739 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -78,9 +78,6 @@ enum ViewID {
// Docked dev tools.
VIEW_ID_DEV_TOOLS_DOCKED,
- // The contents split.
- VIEW_ID_CONTENTS_SPLIT,
-
// The Infobar container.
VIEW_ID_INFO_BAR_CONTAINER,
@@ -90,6 +87,15 @@ enum ViewID {
// The omnibox icon to do voice-based search.
VIEW_ID_MIC_SEARCH_BUTTON,
+ // The sidebar container.
+ VIEW_ID_SIDE_BAR_CONTAINER,
+
+ // The sidebar split.
+ VIEW_ID_SIDE_BAR_SPLIT,
+
+ // The sidebar view.
+ VIEW_ID_SIDE_BAR_VIEW,
+
// Used in chrome/browser/ui/cocoa/view_id_util_browsertest.mm.
// If you add new ids, make sure the above test passes.
VIEW_ID_PREDEFINED_COUNT,

Powered by Google App Engine
This is Rietveld 408576698