| Index: chrome/browser/plugin_process_host.h
|
| ===================================================================
|
| --- chrome/browser/plugin_process_host.h (revision 32617)
|
| +++ chrome/browser/plugin_process_host.h (working copy)
|
| @@ -130,6 +130,7 @@
|
| bool modal);
|
| void OnPluginHideWindow(uint32 window_id, gfx::Rect window_rect);
|
| void OnPluginDisposeWindow(uint32 window_id, gfx::Rect window_rect);
|
| + void OnPluginReceivedFocus(int process_id, int instance_id);
|
| #endif
|
|
|
| virtual bool CanShutdown() { return sent_requests_.empty(); }
|
|
|