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

Unified Diff: chrome/test/testing_profile.h

Issue 6693054: Get rid of extensions dependency from content\browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/browser_with_test_window_test.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
===================================================================
--- chrome/test/testing_profile.h (revision 80243)
+++ chrome/test/testing_profile.h (working copy)
@@ -20,6 +20,10 @@
class CookieMonster;
}
+namespace quota {
+class SpecialStoragePolicy;
+}
+
class AutocompleteClassifier;
class BookmarkModel;
class CommandLine;
@@ -283,6 +287,11 @@
virtual prerender::PrerenderManager* GetPrerenderManager();
virtual PrefService* GetOffTheRecordPrefs();
+ // TODO(jam): remove me once webkit_context_unittest.cc doesn't use Profile
+ // and gets the quota::SpecialStoragePolicy* from whatever ends up replacing
+ // it in the content module.
+ quota::SpecialStoragePolicy* GetSpecialStoragePolicy();
+
protected:
base::Time start_time_;
scoped_ptr<PrefService> prefs_;
« no previous file with comments | « chrome/test/browser_with_test_window_test.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698