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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.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/core/loader/DocumentLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
index c36f01a1089a305f613972c88a4d0c57f8b6607c..95929eb3763b40a0b9a6819446df23a441774254 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
@@ -93,7 +93,7 @@ class CORE_EXPORT DocumentLoader
const ResourceRequest& originalRequest() const;
- const ResourceRequest& request() const;
+ const ResourceRequest& getRequest() const;
yhirano 2016/12/16 14:52:37 Would it be reasonable to make this function inlin
Łukasz Anforowicz 2016/12/16 17:15:03 This wouldn't have helped with the problem describ
ResourceFetcher* fetcher() const { return m_fetcher.get(); }

Powered by Google App Engine
This is Rietveld 408576698