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

Unified Diff: content/child/sync_load_response.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: Fixes from ksakamoto review Created 4 years, 5 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/sync_load_response.h
diff --git a/content/child/sync_load_response.h b/content/child/sync_load_response.h
index 918bdeba9c4ae55a51645eb1e6bf291294daa5e6..677f13fc58442bf8540222bb56e4bd1718e7f06d 100644
--- a/content/child/sync_load_response.h
+++ b/content/child/sync_load_response.h
@@ -14,7 +14,7 @@ namespace content {
// See the SyncLoad method. (The name of this struct is not
// suffixed with "Info" because it also contains the response data.)
-struct SyncLoadResponse : ResourceResponseInfo {
+struct CONTENT_EXPORT SyncLoadResponse : ResourceResponseInfo {
SyncLoadResponse();
~SyncLoadResponse();

Powered by Google App Engine
This is Rietveld 408576698