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

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

Issue 1599013002: Follow-up of Improve the ProfileInfoCache API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: 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 84296d1a01f00877078b61a304632406d84b7089..01774aa98c939dda7b222035f54debae679cfe20 100644
--- a/chrome/test/base/testing_profile_manager.h
+++ b/chrome/test/base/testing_profile_manager.h
@@ -18,6 +18,7 @@
#include "chrome/test/base/testing_profile.h"
class ProfileInfoCache;
+class ProfileAttributesStorage;
class ProfileManager;
class TestingBrowserProcess;
class TestingProfile;
@@ -105,6 +106,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