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

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

Issue 11554030: <webview>: Add name attribute (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added tests Created 8 years 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_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest_helper.h b/content/browser/browser_plugin/browser_plugin_guest_helper.h
index 0edac247ead883856e568774d15e4c13ed3d32fe..fd2f0e7b3264e8306ebc3cdc1eaa640f696c3650 100644
--- a/content/browser/browser_plugin/browser_plugin_guest_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_guest_helper.h
@@ -58,6 +58,9 @@ class BrowserPluginGuestHelper : public RenderViewHostObserver {
#if defined(OS_MACOSX)
void OnShowPopup(const ViewHostMsg_ShowPopup_Params& params);
#endif
+ void OnUpdateFrameName(int frame_id,
+ bool is_top_level,
+ const std::string& name);
BrowserPluginGuest* guest_;
// A scoped container for notification registries.

Powered by Google App Engine
This is Rietveld 408576698