| 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.
|
|
|