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

Unified Diff: components/update_client/update_query_params.h

Issue 2768573002: Send traffic-management headers from extension updater. (Closed)
Patch Set: Change the code according to mek's comments. Created 3 years, 9 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 | « components/update_client/DEPS ('k') | components/update_client/update_query_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_query_params.h
diff --git a/components/update_client/update_query_params.h b/components/update_client/update_query_params.h
index f625b4203d8671a1574585f3bf38b839cd472ed3..a35e4c3771feb800d815d067b1e0845adbe50501 100644
--- a/components/update_client/update_query_params.h
+++ b/components/update_client/update_query_params.h
@@ -48,6 +48,9 @@ class UpdateQueryParams {
// "arm", and "mips32".
static const char* GetNaclArch();
+ // Returns the current version of Chrome/Chromium.
+ static std::string GetProdVersion();
+
// Use this delegate.
static void SetDelegate(UpdateQueryParamsDelegate* delegate);
« no previous file with comments | « components/update_client/DEPS ('k') | components/update_client/update_query_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698