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

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

Issue 519533002: Initial PlzNavigate RDH-side logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests 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
« no previous file with comments | « content/public/browser/stream_info.cc ('k') | content/public/common/resource_devtools_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
std::string http_status_text;
HeadersVector request_headers;
« no previous file with comments | « content/public/browser/stream_info.cc ('k') | content/public/common/resource_devtools_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698