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

Unified Diff: chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc

Issue 2561023002: arc: ARC loading progress should not be shown when started from OOBE. (Closed)
Patch Set: oobe negotiator based Created 4 years 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: chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc
diff --git a/chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc b/chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc
index 4feb8716b451d31f1af29430dbde1be540033c17..9f7fbb15e8964eb978764ff93efd2de4ca4ba7d6 100644
--- a/chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc
+++ b/chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator_unittest.cc
@@ -11,7 +11,7 @@
#include "base/run_loop.h"
#include "chrome/browser/chromeos/arc/arc_support_host.h"
#include "chrome/browser/chromeos/arc/extensions/fake_arc_support.h"
-#include "chrome/browser/chromeos/arc/optin/arc_terms_of_service_negotiator.h"
+#include "chrome/browser/chromeos/arc/optin/arc_terms_of_service_default_negotiator.h"
#include "chrome/browser/chromeos/login/users/fake_chrome_user_manager.h"
#include "chrome/browser/chromeos/login/users/scoped_user_manager_enabler.h"
#include "chrome/common/pref_names.h"
@@ -39,7 +39,7 @@ class ArcTermsOfServiceNegotiatorTest : public testing::Test {
support_host_ = base::MakeUnique<ArcSupportHost>(profile_.get());
fake_arc_support_ = base::MakeUnique<FakeArcSupport>(support_host_.get());
- negotiator_ = base::MakeUnique<ArcTermsOfServiceNegotiator>(
+ negotiator_ = base::MakeUnique<ArcTermsOfServiceDefaultNegotiator>(
profile_->GetPrefs(), support_host());
}

Powered by Google App Engine
This is Rietveld 408576698