diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 21:52:58 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 21:52:58 +0000 |
commit | c3240722a63ff142684575e3ea4eb89915edae72 (patch) | |
tree | 43339cacbf2b834c501ee76cc51d71c7e286d21c /chrome/browser/automation/automation_provider_gtk.cc | |
parent | f515eece5f790dc20f51c32718642bd9fa9e7261 (diff) | |
download | chromium_src-c3240722a63ff142684575e3ea4eb89915edae72.zip chromium_src-c3240722a63ff142684575e3ea4eb89915edae72.tar.gz chromium_src-c3240722a63ff142684575e3ea4eb89915edae72.tar.bz2 |
Add some bookmark bar hooks for pyauto.
Refactor the implementation for x-platform happiness.
Add simple pyauto script that uses it (but needs http://crbug.com32292
fixed before it works without tweaking).
Review URL: http://codereview.chromium.org/670001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider_gtk.cc')
-rw-r--r-- | chrome/browser/automation/automation_provider_gtk.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/automation/automation_provider_gtk.cc b/chrome/browser/automation/automation_provider_gtk.cc index eaed3b5..45623a2 100644 --- a/chrome/browser/automation/automation_provider_gtk.cc +++ b/chrome/browser/automation/automation_provider_gtk.cc @@ -92,13 +92,6 @@ void AutomationProvider::SetInitialFocus(const IPC::Message& message, NOTIMPLEMENTED(); } -void AutomationProvider::GetBookmarkBarVisibility(int handle, bool* visible, - bool* animating) { - *visible = false; - *animating = false; - NOTIMPLEMENTED(); -} - // This task sends a WindowDragResponse message with the appropriate // routing ID to the automation proxy. This is implemented as a task so that // we know that the mouse events (and any tasks that they spawn on the message |