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

Unified Diff: content/public/common/content_client.cc

Issue 10854251: Allow the creation of partially spoofed user agents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed flag Created 8 years, 4 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/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 14867c106340a9d9fccaf34d31a96e735d86fe54..43bf7481d13d81b2c80961eb88f947b406ab783f 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -53,6 +53,10 @@ bool ContentClient::CanHandleWhileSwappedOut(const IPC::Message& message) {
return false;
}
+std::string ContentClient::GetProduct() const {
+ return std::string();
+}
+
std::string ContentClient::GetUserAgent() const {
return std::string();
}

Powered by Google App Engine
This is Rietveld 408576698