summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/common/view_type.cc1
-rw-r--r--extensions/common/view_type.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/extensions/common/view_type.cc b/extensions/common/view_type.cc
index f9c16a0..6fbfa5f 100644
--- a/extensions/common/view_type.cc
+++ b/extensions/common/view_type.cc
@@ -11,7 +11,6 @@ const char kViewTypeBackgroundPage[] = "BACKGROUND";
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";
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index 9d510a5..f6d2eeb 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -20,9 +20,6 @@ enum ViewType {
VIEW_TYPE_EXTENSION_DIALOG,
VIEW_TYPE_EXTENSION_INFOBAR,
VIEW_TYPE_EXTENSION_POPUP,
- // TODO(jam): remove this once http://crbug.com/137297 is fixed and HTML5
- // notifications don't use WebContents.
- VIEW_TYPE_NOTIFICATION,
VIEW_TYPE_PANEL,
VIEW_TYPE_TAB_CONTENTS,
VIEW_TYPE_VIRTUAL_KEYBOARD,
@@ -36,7 +33,6 @@ extern const char kViewTypeAppWindow[];
extern const char kViewTypeBackgroundPage[];
extern const char kViewTypeExtensionDialog[];
extern const char kViewTypeInfobar[];
-extern const char kViewTypeNotification[];
extern const char kViewTypePanel[];
extern const char kViewTypePopup[];
extern const char kViewTypeTabContents[];