| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 6818300a9c186abcfdd4d336cff53b4d86edc9a1..e16696ccf9e2943f180aac395a447839123c3e59 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -217,13 +217,13 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
|
| // web contents.
|
| void OnResizeGuest(int instance_id,
|
| const BrowserPluginHostMsg_ResizeGuest_Params& params);
|
| + // Overriden in tests.
|
| + virtual void OnSetFocus(int instance_id, bool focused);
|
| // Updates the size state of the guest.
|
| void OnSetSize(
|
| int instance_id,
|
| const BrowserPluginHostMsg_AutoSize_Params& auto_size_params,
|
| const BrowserPluginHostMsg_ResizeGuest_Params& resize_guest_params);
|
| - // Overriden in tests.
|
| - virtual void OnSetFocus(int instance_id, bool focused);
|
| // The guest WebContents is visible if both its embedder is visible and
|
| // the browser plugin element is visible. If either one is not then the
|
| // WebContents is marked as hidden. A hidden WebContents will consume
|
|
|