| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 985064c1dec1f995c9946b02357386b31f5beb0a..fcdbc835c880ab25b93837ecd2c06d5876c4ae6a 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -194,6 +194,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
|
| const GURL& new_url,
|
| bool is_top_level);
|
|
|
| + // Called when the guest changes its title.
|
| + void TitleChanged(const string16& title);
|
| +
|
| // Static factory instance (always NULL for non-test).
|
| static content::BrowserPluginHostFactory* factory_;
|
|
|
|
|