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 31736c47fc12bc6ebd09b8ff2d5955151f1dd0c2..c2ef517c91e3ba89b00580f68442c608dc765c3e 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -240,6 +240,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver, |
const GURL& new_url, |
bool is_top_level); |
+ // Called when the guest changes its title. |
+ void TitleChange(const string16& title); |
+ |
// Static factory instance (always NULL for non-test). |
static content::BrowserPluginHostFactory* factory_; |