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

Unified Diff: sky/engine/web/WebLocalFrameImpl.h

Issue 866813005: Remove some dead code in WebFrame (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/engine/public/web/WebFrame.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebLocalFrameImpl.h
diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
index b7df1eceb492af71e0009c01ea4a0dbc84883354..2af11ebb4f2171f32806b2aeeecbd7370543bf0b 100644
--- a/sky/engine/web/WebLocalFrameImpl.h
+++ b/sky/engine/web/WebLocalFrameImpl.h
@@ -79,8 +79,6 @@ public:
v8::Handle<v8::Value> argv[]) override;
virtual v8::Local<v8::Context> mainWorldScriptContext() const override;
virtual void load(const WebURL&, mojo::ScopedDataPipeConsumerHandle);
- virtual void setReferrerForRequest(WebURLRequest&, const WebURL& referrer) override;
- virtual unsigned unloadListenerCount() const override;
virtual void replaceSelection(const WebString&) override;
virtual void insertText(const WebString&) override;
virtual void setMarkedText(const WebString&, unsigned location, unsigned length) override;
« no previous file with comments | « sky/engine/public/web/WebFrame.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698