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

Unified Diff: content/common/request_extra_data.h

Issue 10780019: PPAPI (Flash): Properly honor Pepper url requests with custom user agents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: got rid of unneeded WebKit:: Created 8 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
« no previous file with comments | « no previous file | content/common/request_extra_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/request_extra_data.h
diff --git a/content/common/request_extra_data.h b/content/common/request_extra_data.h
index c533db771191738d7452ba090b1ee2675fe69a77..025ff96005fd9e34c8d5169dbf113d1f9d081fd9 100644
--- a/content/common/request_extra_data.h
+++ b/content/common/request_extra_data.h
@@ -16,6 +16,7 @@ class CONTENT_EXPORT RequestExtraData
: NON_EXPORTED_BASE(public webkit_glue::WebURLRequestExtraDataImpl) {
public:
RequestExtraData(WebKit::WebReferrerPolicy referrer_policy,
+ const WebKit::WebString& custom_user_agent,
bool is_main_frame,
int64 frame_id,
bool parent_is_main_frame,
« no previous file with comments | « no previous file | content/common/request_extra_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698