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

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

Issue 1613473002: Replace TestingProfile::GetCookieMonster with GetCookieStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed some stuff 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.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index ea71e8a8b50982eedb725b1894fa920cee4e586d..c177c72965ca04fbad2dcf6773fa772c6d89416a 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -29,7 +29,7 @@ class ZoomLevelDelegate;
}
namespace net {
-class CookieMonster;
+class CookieStore;
class URLRequestContextGetter;
}
@@ -269,7 +269,7 @@ class TestingProfile : public Profile {
// TODO(ajwong): Remove this API in favor of directly retrieving the
// CookieStore from the StoragePartition after ExtensionURLRequestContext
// has been removed.
- net::CookieMonster* GetCookieMonster();
+ net::CookieStore* GetCookieStore();
PrefService* GetPrefs() override;
const PrefService* GetPrefs() const override;
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698