| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index f5eb627d58f537efab63843a2a531d211174671d..ab79e93c1b5d4425e4eacc85daa1fc3a63930852 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -129,6 +129,7 @@ class ProfileImpl : public Profile,
|
| virtual PromoCounter* GetInstantPromoCounter();
|
| virtual BrowserSignin* GetBrowserSignin();
|
| virtual ChromeURLDataManager* GetChromeURLDataManager();
|
| + virtual PrintPreviewDataManager* GetPrintPreviewDataManager();
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia);
|
| @@ -300,6 +301,8 @@ class ProfileImpl : public Profile,
|
|
|
| scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
|
|
|
| + scoped_refptr<PrintPreviewDataManager> print_preview_data_manager_;
|
| +
|
| Profile::Delegate* delegate_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
|
|
|