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

Unified Diff: chrome/browser/extensions/extension_web_ui.h

Issue 9097005: Move WebUIFactory into content/public/browser and make it use WebContents instead of TabContents.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 11 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 | « no previous file | chrome/browser/ui/webui/chrome_web_ui_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_web_ui.h
===================================================================
--- chrome/browser/extensions/extension_web_ui.h (revision 116777)
+++ chrome/browser/extensions/extension_web_ui.h (working copy)
@@ -17,7 +17,6 @@
class GURL;
class PrefService;
class Profile;
-class TabContents;
namespace base {
class ListValue;
@@ -32,7 +31,7 @@
public:
static const char kExtensionURLOverrides[];
- ExtensionWebUI(content::WebContents* tab_contents, const GURL& url);
+ ExtensionWebUI(content::WebContents* web_contents, const GURL& url);
virtual ~ExtensionWebUI();
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698