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

Unified Diff: chrome/common/view_types.cc

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/view_types.h ('k') | chrome/renderer/extensions/extension_process_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/view_types.cc
diff --git a/chrome/common/view_types.cc b/chrome/common/view_types.cc
index c32174b14c2cb42299eca0475991c8f539da7654..73c604fb1e24d88ddb1c653e13e03477f201b839 100644
--- a/chrome/common/view_types.cc
+++ b/chrome/common/view_types.cc
@@ -5,8 +5,6 @@
#include "chrome/common/view_types.h"
const char* ViewType::kTabContents = "TAB";
-const char* ViewType::kToolstrip = "TOOLSTRIP";
-const char* ViewType::kMole = "MOLE";
const char* ViewType::kBackgroundPage = "BACKGROUND";
const char* ViewType::kPopup = "POPUP";
const char* ViewType::kInfobar = "INFOBAR";
« no previous file with comments | « chrome/common/view_types.h ('k') | chrome/renderer/extensions/extension_process_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698