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

Unified Diff: chrome/browser/extensions/extension_view_host_factory.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
Index: chrome/browser/extensions/extension_view_host_factory.h
diff --git a/chrome/browser/extensions/extension_view_host_factory.h b/chrome/browser/extensions/extension_view_host_factory.h
index 4bb278001d03d392ae543314b96c9bb67424e1e6..5bc388c38e6a555a3c34193662000e4c60a67831 100644
--- a/chrome/browser/extensions/extension_view_host_factory.h
+++ b/chrome/browser/extensions/extension_view_host_factory.h
@@ -23,8 +23,6 @@ class ExtensionViewHostFactory {
// appropriate SiteInstance (and therefore process) based on the URL and
// profile.
static ExtensionViewHost* CreatePopupHost(const GURL& url, Browser* browser);
- static ExtensionViewHost* CreateInfobarHost(const GURL& url,
- Browser* browser);
// Some dialogs may not be associated with a particular browser window and
// hence only require a |profile|.
« no previous file with comments | « chrome/browser/extensions/extension_view_host.cc ('k') | chrome/browser/extensions/extension_view_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698