| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 82a2d7234c58da4fff98ec34d47218f906af53f6..66e7de85fd52e4d9fdb6e20ba35be6da1ca7b05b 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -226,6 +226,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
|
| void SetFilteredInet(const IPC::Message& message, bool enabled);
|
| void GetFilteredInetHitCount(int* hit_count);
|
| void SetProxyConfig(const std::string& new_proxy_config);
|
| + void IsFullscreen(int handle, bool* is_fullscreen);
|
| + void GetFullscreenBubbleVisibility(int handle, bool* is_visible);
|
|
|
| #if defined(OS_WIN)
|
| void ScheduleMouseEvent(views::View* view,
|
|
|