| Index: content/browser/browser_plugin/test_browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| index 53f7f8c74082a8977b3834a57ee27670b142ac89..a66e86b26c49ee5966f4f95ece895398b02a4175 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| @@ -65,6 +65,10 @@ class TestBrowserPluginGuest : public BrowserPluginGuest {
|
| // Waits until UpdateRect with a particular |view_size| is observed.
|
| void WaitForViewSize(const gfx::Size& view_size);
|
|
|
| + void set_guest_hang_timeout(const base::TimeDelta& timeout) {
|
| + guest_hang_timeout_ = timeout;
|
| + }
|
| +
|
| private:
|
| // Overridden methods from BrowserPluginGuest to intercept in test objects.
|
| virtual void SendMessageToEmbedder(IPC::Message* msg) OVERRIDE;
|
|
|