Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 11027065: Browser plugin: Implement titleChanged event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for pages with no title Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/main.js ('k') | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698