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

Unified Diff: components/update_client/update_client_internal.h

Issue 2835803002: Refactor the UpdateEngine and its actions in the component updater. (Closed)
Patch Set: Created 3 years, 8 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: components/update_client/update_client_internal.h
diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h
index 83cdd10344e3241d7e1c0396464ea0ec2b48a0ee..e3cff2dc2fce252c54e285d3036dc8fe449b2912 100644
--- a/components/update_client/update_client_internal.h
+++ b/components/update_client/update_client_internal.h
@@ -63,7 +63,7 @@ class UpdateClientImpl : public UpdateClient {
base::ThreadChecker thread_checker_;
// True is Stop method has been called.
waffles 2017/04/24 18:57:22 is→if
Sorin Jianu 2017/04/24 23:26:45 Done.
- bool is_stopped_;
+ bool is_stopped_ = false;
scoped_refptr<Configurator> config_;

Powered by Google App Engine
This is Rietveld 408576698