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

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

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/browser/devtools/devtools_http_handler_impl.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index 4c1d110db07249537bba572ac559ba59b2646607..2b540661f8a85a74bfa76842f795b0f122360d25 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -129,6 +129,10 @@ class CONTENT_EXPORT ContentClient {
// user agent string.
virtual std::string GetProduct() const;
+ // Returns a string containing the SCM revision of the embedder. Used as
+ // a more precise version string in protocol versions.
+ virtual std::string GetProductSCMRevision() const;
+
// Returns the user agent.
virtual std::string GetUserAgent() const;
« no previous file with comments | « content/browser/devtools/devtools_http_handler_impl.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698