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

Unified Diff: components/update_client/update_checker.h

Issue 1685323002: Implement CUP signing in UpdateClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and remove duplicated code comment. Created 4 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 | « components/update_client/test_configurator.cc ('k') | components/update_client/update_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_checker.h
diff --git a/components/update_client/update_checker.h b/components/update_client/update_checker.h
index 076abe9746b44f982a11d3b1e5784de132f1e808..1de7f0cf79da5454e619ffdfaae4ae975056f750 100644
--- a/components/update_client/update_checker.h
+++ b/components/update_client/update_checker.h
@@ -17,10 +17,6 @@
class GURL;
-namespace net {
-class URLRequestContextGetter;
-}
-
namespace update_client {
class Configurator;
@@ -29,10 +25,7 @@ struct CrxUpdateItem;
class UpdateChecker {
public:
using UpdateCheckCallback =
- base::Callback<void(const GURL& original_url,
- int error,
- const std::string& error_message,
- const UpdateResponse::Results& results)>;
+ base::Callback<void(int error, const UpdateResponse::Results& results)>;
using Factory =
scoped_ptr<UpdateChecker> (*)(const scoped_refptr<Configurator>& config);
« no previous file with comments | « components/update_client/test_configurator.cc ('k') | components/update_client/update_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698