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

Unified Diff: extensions/common/view_type.h

Issue 923463003: [Extensions] Remove the Infobar API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 10 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/browser/process_manager.cc ('k') | extensions/common/view_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/view_type.h
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index 8fd5e6fa41dcff09827bb79eedf6847605fbbba5..82c906b57b4589e5a61ff78788041e64d367efc4 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -18,7 +18,6 @@ enum ViewType {
VIEW_TYPE_BACKGROUND_CONTENTS,
VIEW_TYPE_EXTENSION_BACKGROUND_PAGE,
VIEW_TYPE_EXTENSION_DIALOG,
- VIEW_TYPE_EXTENSION_INFOBAR,
VIEW_TYPE_EXTENSION_POPUP,
VIEW_TYPE_LAUNCHER_PAGE,
VIEW_TYPE_PANEL,
@@ -33,7 +32,6 @@ extern const char kViewTypeAll[];
extern const char kViewTypeAppWindow[];
extern const char kViewTypeBackgroundPage[];
extern const char kViewTypeExtensionDialog[];
-extern const char kViewTypeInfobar[];
extern const char kViewTypeLauncherPage[];
extern const char kViewTypePanel[];
extern const char kViewTypePopup[];
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | extensions/common/view_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698