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. |