Index: chrome/browser/automation/automation_provider_mac.mm |
diff --git a/chrome/browser/automation/automation_provider_mac.mm b/chrome/browser/automation/automation_provider_mac.mm |
index de6e8eed86f8445df64d22f3798eb33c61e5f44b..74d98e533d5813b88926c1b8a4d33cab7e50612d 100644 |
--- a/chrome/browser/automation/automation_provider_mac.mm |
+++ b/chrome/browser/automation/automation_provider_mac.mm |
@@ -89,14 +89,6 @@ void AutomationProvider::WindowGetViewBounds(int handle, int view_id, |
*success = true; |
} |
-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(); |
} |