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

Unified Diff: chrome/browser/profiles/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/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 37d2c5a065348cee48bbe4bd6ffb34842d4924fa..5eddccc476426abec8a2451a924b3dc13145aa20 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -78,6 +78,7 @@ class PasswordStore;
class PersonalDataManager;
class PrefProxyConfigTracker;
class PrefService;
+class PrintPreviewDataManager;
class ProfileSyncFactory;
class ProfileSyncService;
class PromoCounter;
@@ -494,6 +495,9 @@ class Profile {
// Returns the ChromeURLDataManager for this profile.
virtual ChromeURLDataManager* GetChromeURLDataManager() = 0;
+ // Returns the PrintPreviewDataManager for this profile.
+ virtual PrintPreviewDataManager* GetPrintPreviewDataManager() = 0;
sky 2011/05/26 17:40:41 We're actively removing things like this from Prof
kmadhusu 2011/05/27 16:49:22 Discussed with Elliot regarding this and made code
+
#if defined(OS_CHROMEOS)
enum AppLocaleChangedVia {
// Caused by chrome://settings change.

Powered by Google App Engine
This is Rietveld 408576698