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

Unified Diff: chrome/plugin/webplugin_proxy.h

Issue 42158: Get rid of the gears in renderer process code. This allows me to do some cle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/plugin/webplugin_proxy.h
===================================================================
--- chrome/plugin/webplugin_proxy.h (revision 11593)
+++ chrome/plugin/webplugin_proxy.h (working copy)
@@ -41,9 +41,6 @@
void InvalidateRect(const gfx::Rect& rect);
NPObject* GetWindowScriptNPObject();
NPObject* GetPluginElement();
- WebFrame* GetWebFrame() {
- return NULL; // doesn't make sense in the plugin process.
- }
void SetCookie(const GURL& url,
const GURL& policy_url,
const std::string& cookie);

Powered by Google App Engine
This is Rietveld 408576698