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

Unified Diff: components/update_client/test_configurator.cc

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/update_client/test_configurator.cc
diff --git a/components/update_client/test_configurator.cc b/components/update_client/test_configurator.cc
index edf5ddfac500076abc4e11de97ba70acf0ad866b..c2bcbfe5746508464cf3bb90a61995ce06e2b071 100644
--- a/components/update_client/test_configurator.cc
+++ b/components/update_client/test_configurator.cc
@@ -131,6 +131,10 @@ bool TestConfigurator::EnabledCupSigning() const {
return enabled_cup_signing_;
}
+bool TestConfigurator::EnabledImprovedRecovery() const {
+ return false;
+}
+
void TestConfigurator::SetBrand(const std::string& brand) {
brand_ = brand;
}

Powered by Google App Engine
This is Rietveld 408576698