| Index: content/public/renderer/browser_plugin_delegate.h
|
| diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h
|
| index e90ced2a0a6d162a10e75ae44de1271bbbf0eeab..08c1599e968bc2b2bf5784221231e84b9aac7b33 100644
|
| --- a/content/public/renderer/browser_plugin_delegate.h
|
| +++ b/content/public/renderer/browser_plugin_delegate.h
|
| @@ -22,6 +22,10 @@ class CONTENT_EXPORT BrowserPluginDelegate {
|
| const std::string& mime_type) {}
|
| virtual ~BrowserPluginDelegate() {}
|
|
|
| + // Called when the BrowserPlugin's geometry has been computed for the first
|
| + // time.
|
| + virtual void Ready() {}
|
| +
|
| // Called when plugin document has finished loading.
|
| virtual void DidFinishLoading() {}
|
|
|
|
|