summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 15:02:41 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 15:02:41 +0000
commitd301c95c44c0b464b7a90db1eeff89d71d93165a (patch)
tree2cdb4759f0bbad43a9ce456aabda45f58baa3e99 /chrome/common
parentcb691e8ff78e8bac8b155a5d76625184a06aaa72 (diff)
downloadchromium_src-d301c95c44c0b464b7a90db1eeff89d71d93165a.zip
chromium_src-d301c95c44c0b464b7a90db1eeff89d71d93165a.tar.gz
chromium_src-d301c95c44c0b464b7a90db1eeff89d71d93165a.tar.bz2
Added an async automation message AutomationMsg_PrintAsync to asynchronously print a TabContents.
This is on the same lines as the existing sync message AutomationMsg_PrintNow Review URL: http://codereview.chromium.org/149468 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index b24fc9a..843517a 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -98,6 +98,10 @@ void AutomationProvider::PrintNow(int tab_handle,
NOTIMPLEMENTED();
}
+void AutomationProvider::PrintAsync(int tab_handle) {
+ NOTIMPLEMENTED();
+}
+
#if defined(OS_MACOSX)
void AutomationProvider::GetAutocompleteEditText(int autocomplete_edit_handle,
bool* success,