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

Unified Diff: third_party/WebKit/Source/web/WebDataSourceImpl.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/Source/web/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index bbc8efbdddf08445ea80e76d6ac7ea293c67bb31..672b784b8a7a2dc206e4086aa6595943dbaaf30c 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -56,7 +56,7 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
// WebDataSource methods:
const WebURLRequest& originalRequest() const override;
- const WebURLRequest& request() const override;
+ const WebURLRequest& getRequest() const override;
const WebURLResponse& response() const override;
bool hasUnreachableURL() const override;
WebURL unreachableURL() const override;

Powered by Google App Engine
This is Rietveld 408576698