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

Unified Diff: components/update_client/action_update_check.h

Issue 2700733002: Mechanical refactoring of the parser and ActionUpdateCheck (Closed)
Patch Set: . Created 3 years, 10 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 | « no previous file | components/update_client/action_update_check.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/action_update_check.h
diff --git a/components/update_client/action_update_check.h b/components/update_client/action_update_check.h
index 726f076ba8aaf69aa1339c558ae194887954577b..46f5bf8a3fc6985c1ab56a6810fedf87db300d1d 100644
--- a/components/update_client/action_update_check.h
+++ b/components/update_client/action_update_check.h
@@ -39,10 +39,16 @@ class ActionUpdateCheck : public Action, private ActionImpl {
void UpdateCheckComplete(int error,
const UpdateResponse::Results& results,
int retry_after_sec);
-
void OnUpdateCheckSucceeded(const UpdateResponse::Results& results);
void OnUpdateCheckFailed(int error);
+ void HandleUpdateCheckOK(const UpdateResponse::Result& result,
+ CrxUpdateItem* crx);
+ void HandleUpdateCheckNoupdate(const UpdateResponse::Result& result,
+ CrxUpdateItem* crx);
+ void HandleUpdateCheckError(const UpdateResponse::Result& result,
+ CrxUpdateItem* crx);
+
std::unique_ptr<UpdateChecker> update_checker_;
const base::Version browser_version_;
const std::string extra_request_parameters_;
« no previous file with comments | « no previous file | components/update_client/action_update_check.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698