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

Unified Diff: chrome/browser/component_updater/update_checker.h

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (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: chrome/browser/component_updater/update_checker.h
diff --git a/chrome/browser/component_updater/update_checker.h b/chrome/browser/component_updater/update_checker.h
index b43e2fc23a5ea44eb8f7fb66489c354618c7cdf7..200f869b3457ce40b3d976beb78d8c330063cc70 100644
--- a/chrome/browser/component_updater/update_checker.h
+++ b/chrome/browser/component_updater/update_checker.h
@@ -36,6 +36,8 @@ class UpdateChecker {
// provides a way to customize the <request> element. This value is inserted
// as-is, therefore it must be well-formed as an XML attribute string.
virtual bool CheckForUpdates(
+ const std::string& chrome_version,
+ const std::string& platform_name,
const std::vector<CrxUpdateItem*>& items_to_check,
const std::string& additional_attributes) = 0;

Powered by Google App Engine
This is Rietveld 408576698