| Index: chrome/browser/automation/automation_provider_gtk.cc
|
| diff --git a/chrome/browser/automation/automation_provider_gtk.cc b/chrome/browser/automation/automation_provider_gtk.cc
|
| index 06abc4f27e4057db41e085b10523c9c792fd3e2c..097eeb15e9aeb36f9f17d49dcd2c738c541f312b 100644
|
| --- a/chrome/browser/automation/automation_provider_gtk.cc
|
| +++ b/chrome/browser/automation/automation_provider_gtk.cc
|
| @@ -71,16 +71,6 @@ void AutomationProvider::WindowGetViewBounds(int handle, int view_id,
|
| }
|
| #endif
|
|
|
| -void AutomationProvider::ActivateWindow(int handle) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -void AutomationProvider::IsWindowMaximized(int handle, bool* is_maximized,
|
| - bool* success) {
|
| - *success = false;
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void AutomationProvider::PrintAsync(int tab_handle) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|