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

Unified Diff: extensions/common/view_type.cc

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/common/view_type.h ('k') | extensions/renderer/runtime_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/view_type.cc
diff --git a/extensions/common/view_type.cc b/extensions/common/view_type.cc
index 084e49bbd4176da93ca2b2901a9c0952396a90d7..cf9b0c1b91f9be9d501051d937242e1e0f7034a5 100644
--- a/extensions/common/view_type.cc
+++ b/extensions/common/view_type.cc
@@ -10,7 +10,6 @@ const char kViewTypeTabContents[] = "TAB";
const char kViewTypeBackgroundPage[] = "BACKGROUND";
const char kViewTypePopup[] = "POPUP";
const char kViewTypePanel[] = "PANEL";
-const char kViewTypeInfobar[] = "INFOBAR";
const char kViewTypeExtensionDialog[] = "EXTENSION_DIALOG";
const char kViewTypeAppWindow[] = "APP_WINDOW";
const char kViewTypeLauncherPage[] = "LAUNCHER_PAGE";
« no previous file with comments | « extensions/common/view_type.h ('k') | extensions/renderer/runtime_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698