| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 52332)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -829,6 +829,9 @@
|
|
|
| void OnBrowserMoved(int handle);
|
|
|
| + void OnRunUnloadHandlers(int handle, gfx::NativeWindow notification_window,
|
| + int notification_message);
|
| +
|
| ExternalTabContainer* GetExternalTabForHandle(int handle);
|
| #endif // defined(OS_WIN)
|
|
|
|
|