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

Unified Diff: content/shell/common/shell_content_client.h

Issue 319083003: Use the same fake User-Agent string as GetContentShell()->GetUserAgent() for URLRequestContext in c… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/shell/common/shell_content_client.h
diff --git a/content/shell/common/shell_content_client.h b/content/shell/common/shell_content_client.h
index 478c06595b3e940c9fce05b84fa625ab07f1cef2..5f9ab2f2ecd56eecc84a8ca0e92cb6967a59f360 100644
--- a/content/shell/common/shell_content_client.h
+++ b/content/shell/common/shell_content_client.h
@@ -13,6 +13,8 @@
namespace content {
+std::string GetShellUserAgent();
+
class ShellContentClient : public ContentClient {
public:
virtual ~ShellContentClient();
« no previous file with comments | « content/shell/browser/shell_url_request_context_getter.cc ('k') | content/shell/common/shell_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698