| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 1688)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -208,6 +208,9 @@
|
| // Responds to requests to find the location of the Find window.
|
| void HandleFindWindowLocationRequest(const IPC::Message& message, int handle);
|
|
|
| + // Get the visibility state of the Bookmark bar.
|
| + void GetBookmarkBarVisitility(const IPC::Message& message, int handle);
|
| +
|
| // Responds to InspectElement request
|
| void HandleInspectElementRequest(const IPC::Message& message,
|
| int handle,
|
|
|