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

Unified Diff: extensions/common/view_type.cc

Issue 238263004: Remove VIEW_TYPE_NOTIFICATION since it's not used anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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 | « extensions/common/view_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/view_type.cc
===================================================================
--- extensions/common/view_type.cc (revision 263855)
+++ extensions/common/view_type.cc (working copy)
@@ -11,7 +11,6 @@
const char kViewTypePopup[] = "POPUP";
const char kViewTypePanel[] = "PANEL";
const char kViewTypeInfobar[] = "INFOBAR";
-const char kViewTypeNotification[] = "NOTIFICATION";
const char kViewTypeExtensionDialog[] = "EXTENSION_DIALOG";
const char kViewTypeAppWindow[] = "APP_WINDOW";
const char kViewTypeAll[] = "ALL";
« no previous file with comments | « extensions/common/view_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698