| Index: chrome/browser/automation/automation_provider_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider_gtk.cc (revision 30355)
|
| +++ chrome/browser/automation/automation_provider_gtk.cc (working copy)
|
| @@ -39,6 +39,7 @@
|
| }
|
| }
|
|
|
| +#if !defined(TOOLKIT_VIEWS)
|
| void AutomationProvider::WindowGetViewBounds(int handle, int view_id,
|
| bool screen_coordinates,
|
| bool* success,
|
| @@ -66,6 +67,7 @@
|
| bounds->set_origin(gfx::Point(x, y));
|
| }
|
| }
|
| +#endif
|
|
|
| void AutomationProvider::ActivateWindow(int handle) {
|
| NOTIMPLEMENTED();
|
|
|