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

Unified Diff: sky/engine/public/web/WebFrame.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 | « no previous file | sky/engine/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrame.h
diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
index e025c59b4e67ceb315dce64455f8203bdc187418..05b237fcf8905d92346a49c16e15131d936247ff 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -155,16 +155,6 @@ public:
virtual void load(const WebURL&, mojo::ScopedDataPipeConsumerHandle) = 0;
- // Sets the referrer for the given request to be the specified URL or
- // if that is null, then it sets the referrer to the referrer that the
- // frame would use for subresources. NOTE: This method also filters
- // out invalid referrers (e.g., it is invalid to send a HTTPS URL as
- // the referrer for a HTTP request).
- virtual void setReferrerForRequest(WebURLRequest&, const WebURL&) = 0;
-
- // Returns the number of registered unload listeners.
- virtual unsigned unloadListenerCount() const = 0;
-
// Editing -------------------------------------------------------------
« no previous file with comments | « no previous file | sky/engine/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698