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

Unified Diff: chrome/test/base/testing_profile.h

Issue 2907493002: ChromeOS: Per-user time zone: refactor tests first. (Closed)
Patch Set: Fix debug build Created 3 years, 7 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 9fff4af00ac8b145478fa519467cc24e8a58bf65..2384f0c602a94dd3adae1add3b7d2d512ff7d772 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -19,6 +19,10 @@
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
#include "extensions/features/features.h"
+#if defined(OS_CHROMEOS)
+#include "chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.h"
+#endif
+
class BrowserContextDependencyManager;
class ExtensionSpecialStoragePolicy;
class HostContentSettingsMap;
@@ -438,6 +442,11 @@ class TestingProfile : public Profile {
std::string profile_name_;
+#if defined(OS_CHROMEOS)
+ std::unique_ptr<chromeos::ScopedCrosSettingsTestHelper>
+ scoped_cros_settings_test_helper_;
+#endif // defined(OS_CHROMEOS)
+
std::unique_ptr<policy::PolicyService> policy_service_;
};
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698