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

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

Issue 1242793005: Refactor most c/b/profiles calls to ProfileInfoCache. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows unit test and ChromeOS build Created 5 years, 5 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/test/base/testing_profile_manager.h
diff --git a/chrome/test/base/testing_profile_manager.h b/chrome/test/base/testing_profile_manager.h
index e051379301cb467a56d6233f8efe23c64d395eef..0951a302ba8ad5055a5d479a60c995ebe9a238b8 100644
--- a/chrome/test/base/testing_profile_manager.h
+++ b/chrome/test/base/testing_profile_manager.h
@@ -18,6 +18,7 @@
class PrefServiceSyncable;
class ProfileInfoCache;
+class ProfileAttributesStorage;
class ProfileManager;
class TestingBrowserProcess;
class TestingProfile;
@@ -101,6 +102,7 @@ class TestingProfileManager {
const base::FilePath& profiles_dir();
ProfileManager* profile_manager();
ProfileInfoCache* profile_info_cache();
+ ProfileAttributesStorage* profile_attributes_storage();
private:
typedef std::map<std::string, TestingProfile*> TestingProfilesMap;

Powered by Google App Engine
This is Rietveld 408576698