| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 17483)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -215,6 +215,7 @@
|
| const std::wstring& script,
|
| IPC::Message* reply_message);
|
| void GetShelfVisibility(int handle, bool* visible);
|
| + void SetShelfVisibility(int handle, bool visible);
|
| void SetFilteredInet(const IPC::Message& message, bool enabled);
|
| void SetProxyConfig(const std::string& new_proxy_config);
|
|
|
|
|