summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_util.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-26 01:58:49 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-26 01:58:49 +0000
commitc248f5553a496961bec048ac91459a3f28b11db8 (patch)
tree1c0e17ac415037da34b7179bbbd3666b878e2ac2 /chrome/browser/automation/automation_util.cc
parentbedfa022dd66db4c2f1eaeef2718c22a5c400c63 (diff)
downloadchromium_src-c248f5553a496961bec048ac91459a3f28b11db8.zip
chromium_src-c248f5553a496961bec048ac91459a3f28b11db8.tar.gz
chromium_src-c248f5553a496961bec048ac91459a3f28b11db8.tar.bz2
Cleanup: Rename print preview tab to print preview dialog in various classes.
BUG=163671 Review URL: https://chromiumcodereview.appspot.com/12047128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_util.cc')
-rw-r--r--chrome/browser/automation/automation_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc
index 1b7cd3c..288a9d9 100644
--- a/chrome/browser/automation/automation_util.cc
+++ b/chrome/browser/automation/automation_util.cc
@@ -526,7 +526,7 @@ bool GetTabForId(const AutomationId& id, WebContents** tab) {
}
if (preview_controller) {
WebContents* print_preview_contents =
- preview_controller->GetPrintPreviewForTab(web_contents);
+ preview_controller->GetPrintPreviewForContents(web_contents);
if (print_preview_contents) {
SessionTabHelper* preview_session_tab_helper =
SessionTabHelper::FromWebContents(print_preview_contents);