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

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

Issue 16599010: Surface Chrome SVN Revision in dev tools 'version' command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index dec20ca6e9df2383211d4b02415b1484baf3918c..49f3781d7154ea4f851883ce3e86702f5f353a70 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -87,6 +87,10 @@ std::string ContentClient::GetProduct() const {
return std::string();
}
+std::string ContentClient::GetProductSCMRevision() const {
+ return std::string();
+}
+
std::string ContentClient::GetUserAgent() const {
return std::string();
}
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698