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

Unified Diff: content/public/common/resource_devtools_info.h

Issue 648813002: PlzNavigate: Add first version of NavigationURLLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plz-navigate-prepare
Patch Set: Fix build Created 6 years, 2 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/public/common/resource_devtools_info.h
diff --git a/content/public/common/resource_devtools_info.h b/content/public/common/resource_devtools_info.h
index c9b9ed85a07aa3a62a4efe5b816a9a93bfafbb5c..41a7dacbbd11b82dcc497c3874c3b8ea4e8f54db 100644
--- a/content/public/common/resource_devtools_info.h
+++ b/content/public/common/resource_devtools_info.h
@@ -20,6 +20,8 @@ struct ResourceDevToolsInfo : base::RefCounted<ResourceDevToolsInfo> {
CONTENT_EXPORT ResourceDevToolsInfo();
+ scoped_refptr<ResourceDevToolsInfo> DeepCopy() const;
+
int32 http_status_code;
nasko 2014/10/20 13:52:18 nit: I'd put a comment to remind people to update
davidben 2014/10/22 01:32:37 Done.
std::string http_status_text;
HeadersVector request_headers;

Powered by Google App Engine
This is Rietveld 408576698