Chromium Code Reviews| 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..ebcd60c1090e18d497ccbebd24900aa39e3d5e32 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. |
|
Charlie Reis
2012/09/19 22:17:09
nit: Javascript (consistent with above)
Fady Samuel
2012/09/19 23:29:20
Done.
|
| + 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; |