| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index 29f9b6dc55798dafa0286f5266877d4e6bdaa855..83ce4337447154af40cf28eaaba75b97ece10394 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -58,6 +58,11 @@ class CONTENT_EXPORT BrowserPlugin :
|
| bool RemoveEventListener(const std::string& event_name,
|
| v8::Local<v8::Function> function);
|
|
|
| + // A request from Javascript has been made to stop the loading of the page.
|
| + void Stop();
|
| + // A request from Javascript has been made to reload the page.
|
| + void Reload();
|
| +
|
| // WebKit::WebPlugin implementation.
|
| virtual WebKit::WebPluginContainer* container() const OVERRIDE;
|
| virtual bool initialize(WebKit::WebPluginContainer* container) OVERRIDE;
|
|
|