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

Unified Diff: webkit/glue/weburlrequest_impl.h

Issue 115575: Move ExtraData from WebRequest to WebDataSource.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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: webkit/glue/weburlrequest_impl.h
===================================================================
--- webkit/glue/weburlrequest_impl.h (revision 16382)
+++ webkit/glue/weburlrequest_impl.h (working copy)
@@ -23,8 +23,6 @@
// WebRequest
virtual WebRequest* Clone() const;
- virtual void SetExtraData(ExtraData* extra);
- virtual ExtraData* GetExtraData() const;
virtual void SetURL(const GURL& url);
virtual GURL GetURL() const;
virtual void SetMainDocumentURL(const GURL& url);
@@ -63,7 +61,6 @@
protected:
WebCore::FrameLoadRequest request_;
RefPtr<WebCore::HistoryItem> history_item_;
- scoped_refptr<ExtraData> extra_data_;
};
#endif // #ifndef WEBKIT_GLUE_WEBURLREQUEST_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698