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

Unified Diff: chrome/test/testing_profile.h

Issue 7063030: PrintPreview: Print Preview is not staying associated with initiator renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 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
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 4614c8afeb67d160f7af30cc5b34207ca9dfa909..6f7c26e20725483800b57fa92023939f97ac3f99 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -43,6 +43,7 @@ class HistoryService;
class HostContentSettingsMap;
class PrefService;
class ProfileDependencyManager;
+class ProfileKeyedService;
class ProfileSyncService;
class TemplateURLModel;
class TestingPrefService;
@@ -302,6 +303,9 @@ class TestingProfile : public Profile {
// from the destructor.
void DestroyWebDataService();
+ // Creates a PrintPreviewDataService.
+ ProfileKeyedService* CreateTestPrintPreviewDataService();
+
// Creates a TestingPrefService and associates it with the TestingProfile.
void CreateTestingPrefService();

Powered by Google App Engine
This is Rietveld 408576698