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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_test.h

Issue 2209173002: Migrate ArcUserDataService into ArcAuthService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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: chrome/browser/ui/app_list/arc/arc_app_test.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.h b/chrome/browser/ui/app_list/arc/arc_app_test.h
index a1b71624efa3f22aba292327cd01f5cdc756847c..326b9f15266ac31e240a10102e196160e5e72e40 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.h
@@ -94,6 +94,8 @@ class ArcAppTest {
std::vector<arc::mojom::ArcPackageInfo> fake_packages_;
std::vector<arc::mojom::ShortcutInfo> fake_shortcuts_;
+ bool dbus_thread_manager_initialized_ = false;
+
DISALLOW_COPY_AND_ASSIGN(ArcAppTest);
};
« no previous file with comments | « chrome/browser/chromeos/arc/arc_enterprise_reporting_service.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698