summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/testing_browser_process.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 05:09:21 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 05:09:21 +0000
commitd8ce31e1d2473c404aa59b1f29687d46d4f628cc (patch)
tree68d059f8f167016f7d84f9d4e4f4535c51cc6e8c /chrome/test/base/testing_browser_process.h
parentacd6854a1b0c51eeb0dc1042c3cbe95a38a84dcb (diff)
downloadchromium_src-d8ce31e1d2473c404aa59b1f29687d46d4f628cc.zip
chromium_src-d8ce31e1d2473c404aa59b1f29687d46d4f628cc.tar.gz
chromium_src-d8ce31e1d2473c404aa59b1f29687d46d4f628cc.tar.bz2
Rename PrintPreviewTabController to PrintPreviewDialogController; Rename BrowserProcess::print_preview_tab_controller() to print_preview_dialog_controller().
BUG=163671 Review URL: https://codereview.chromium.org/11557030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/testing_browser_process.h')
-rw-r--r--chrome/test/base/testing_browser_process.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index ab74c1c..1ce1d49 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -81,8 +81,8 @@ class TestingBrowserProcess : public BrowserProcess {
virtual unsigned int ReleaseModule() OVERRIDE;
virtual bool IsShuttingDown() OVERRIDE;
virtual printing::PrintJobManager* print_job_manager() OVERRIDE;
- virtual printing::PrintPreviewTabController*
- print_preview_tab_controller() OVERRIDE;
+ virtual printing::PrintPreviewDialogController*
+ print_preview_dialog_controller() OVERRIDE;
virtual printing::BackgroundPrintingManager*
background_printing_manager() OVERRIDE;
virtual const std::string& GetApplicationLocale() OVERRIDE;
@@ -129,8 +129,8 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<ProfileManager> profile_manager_;
scoped_ptr<NotificationUIManager> notification_ui_manager_;
scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
- scoped_refptr<printing::PrintPreviewTabController>
- print_preview_tab_controller_;
+ scoped_refptr<printing::PrintPreviewDialogController>
+ print_preview_dialog_controller_;
scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
scoped_ptr<RenderWidgetSnapshotTaker> render_widget_snapshot_taker_;
scoped_refptr<SafeBrowsingService> sb_service_;