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

Unified Diff: components/component_updater/configurator_impl.h

Issue 2661113003: Skeleton mechanical impl. for the RecoveryImprovedComponent. (Closed)
Patch Set: . Created 3 years, 11 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/component_updater/configurator_impl.h
diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
index 870dc860f1667da774ba9a774d2d9677d283bd0f..450929e512b4b2b49f320969b582799b4e5b8073 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -88,6 +88,9 @@ class ConfiguratorImpl {
// True if signing of update checks is enabled.
bool EnabledCupSigning() const;
+ // True if the improved recovery component is enabled.
+ bool EnabledImprovedRecovery() const;
+
private:
net::URLRequestContextGetter* url_request_getter_;
std::string extra_info_;
@@ -97,6 +100,7 @@ class ConfiguratorImpl {
bool deltas_enabled_;
bool background_downloads_enabled_;
bool require_encryption_;
+ bool enabled_improved_recovery_;
DISALLOW_COPY_AND_ASSIGN(ConfiguratorImpl);
};

Powered by Google App Engine
This is Rietveld 408576698