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

Unified Diff: extensions/browser/extension_function.h

Issue 2204393002: [Extensions] Remove ExtensionFunction usage of RenderViewHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « chrome/browser/ui/apps/chrome_app_delegate.cc ('k') | extensions/browser/extension_function.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_function.h
diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h
index 9627b08b71f9bfbea363138856ee14ef86520261..e1494c79600bee98ca90e7ca51a1b2e3d3dcf58d 100644
--- a/extensions/browser/extension_function.h
+++ b/extensions/browser/extension_function.h
@@ -39,7 +39,6 @@ class Value;
namespace content {
class BrowserContext;
class RenderFrameHost;
-class RenderViewHost;
class WebContents;
}
@@ -510,11 +509,6 @@ class UIThreadExtensionFunction : public ExtensionFunction {
}
content::BrowserContext* browser_context() const { return context_; }
- // DEPRECATED: Please use render_frame_host().
- // TODO(devlin): Remove this once all callers are updated to use
- // render_frame_host().
- content::RenderViewHost* render_view_host_do_not_use() const;
-
void SetRenderFrameHost(content::RenderFrameHost* render_frame_host);
content::RenderFrameHost* render_frame_host() const {
return render_frame_host_;
« no previous file with comments | « chrome/browser/ui/apps/chrome_app_delegate.cc ('k') | extensions/browser/extension_function.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698