| 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 8bb03c92c937022911d3131a1e4b244fefc99577..87e2ae829fb500f631c8962bdfef39d368fef1fa 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -62,6 +62,8 @@ class CONTENT_EXPORT BrowserPlugin :
|
| void LoadRedirect(const GURL& old_url,
|
| const GURL& new_url,
|
| bool is_top_level);
|
| + // Inform the BrowserPlugin that the guest has changed its title.
|
| + void TitleChanged(const string16& title);
|
| // Tells the BrowserPlugin to advance the focus to the next (or previous)
|
| // element.
|
| void AdvanceFocus(bool reverse);
|
|
|