| Index: content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_manager_impl.h b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| index c7ba53e459191fdec969067df9790a28de6eb9e8..ccfe884bfaf4f4a707959896603e8eb892050140 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| @@ -43,6 +43,10 @@ class BrowserPluginManagerImpl : public BrowserPluginManager {
|
| const GURL& url,
|
| bool is_top_level,
|
| const std::string& type);
|
| + void OnLoadRedirect(int instance_id,
|
| + const GURL& old_url,
|
| + const GURL& new_url,
|
| + bool is_top_level);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserPluginManagerImpl);
|
| };
|
|
|