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

Unified Diff: chrome/common/view_types.h

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 years, 4 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/pref_names.cc ('k') | chrome/common/view_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/view_types.h
diff --git a/chrome/common/view_types.h b/chrome/common/view_types.h
index 2947a29f5905c632d882d841c1b50af46c81507a..2d9c539d52ddbbe4f7aeb32841fbc0752b0fb66b 100644
--- a/chrome/common/view_types.h
+++ b/chrome/common/view_types.h
@@ -15,8 +15,6 @@ class ViewType {
INVALID,
BACKGROUND_CONTENTS,
TAB_CONTENTS,
- EXTENSION_TOOLSTRIP,
- EXTENSION_MOLE,
EXTENSION_BACKGROUND_PAGE,
EXTENSION_POPUP,
EXTENSION_INFOBAR,
@@ -28,8 +26,6 @@ class ViewType {
// Constant strings corresponding to the Type enumeration values. Used
// when converting JS arguments.
static const char* kTabContents;
- static const char* kToolstrip;
- static const char* kMole;
static const char* kBackgroundPage;
static const char* kPopup;
static const char* kInfobar;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/view_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698