| 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 5f5a8899b61a247b85001cd785e8300e5d34524f..79dfc52f330a1a8e692bb18a54d97b580f4e802e 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -74,6 +74,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 TitleChange(const string16& title);
|
| // Tells the BrowserPlugin to advance the focus to the next (or previous)
|
| // element.
|
| void AdvanceFocus(bool reverse);
|
|
|