Index: chrome/common/temp_scaffolding_stubs.cc |
=================================================================== |
--- chrome/common/temp_scaffolding_stubs.cc (revision 19980) |
+++ chrome/common/temp_scaffolding_stubs.cc (working copy) |
@@ -47,6 +47,12 @@ |
void AutomationProvider::SetWindowVisible(int handle, bool visible, |
bool* result) { NOTIMPLEMENTED(); } |
+void AutomationProvider::SetWindowBounds(int handle, const gfx::Rect& bounds, |
+ bool* success) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
+ |
void AutomationProvider::GetFocusedViewID(int handle, int* view_id) { |
NOTIMPLEMENTED(); |
} |