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

Unified Diff: content/child/resource_dispatcher.h

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Fix lint error: ASSERT -> DCHECK Created 4 years, 6 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: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 8a56030e7e68dbc3931c19b9675bb681372c400f..11485286edaa714b04f92a3442c19b8627ff9773 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -66,9 +66,9 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
// use this if you really need it! There is also no way for the caller to
// interrupt this method. Errors are reported via the status field of the
// response parameter.
- void StartSync(const RequestInfo& request_info,
- ResourceRequestBodyImpl* request_body,
- SyncLoadResponse* response);
+ virtual void StartSync(const RequestInfo& request_info,
+ ResourceRequestBodyImpl* request_body,
+ SyncLoadResponse* response);
// Call this method to initiate the request. If this method succeeds, then
// the peer's methods will be called asynchronously to report various events.

Powered by Google App Engine
This is Rietveld 408576698