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

Unified Diff: third_party/WebKit/public/web/WebDataSource.h

Issue 2573523002: Rename request() method to getRequest(). (Closed)
Patch Set: Fixing a mistake I've made in USBDevice.cpp Created 4 years 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: third_party/WebKit/public/web/WebDataSource.h
diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h
index d9e72b3e0a25c8037fa7f93c717c9bb41a5cb559..7756cc86ef8b4de933747cfb128286b4125f20e3 100644
--- a/third_party/WebKit/public/web/WebDataSource.h
+++ b/third_party/WebKit/public/web/WebDataSource.h
@@ -58,7 +58,7 @@ class WebDataSource {
// include additional request headers added by WebKit that were not
// present in the original request. This request may also correspond
// to a location specified by a redirect that was followed.
- virtual const WebURLRequest& request() const = 0;
+ virtual const WebURLRequest& getRequest() const = 0;
// Returns the response associated with this datasource.
virtual const WebURLResponse& response() const = 0;

Powered by Google App Engine
This is Rietveld 408576698