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

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

Issue 291483010: <webview>: Move name attribute to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newwindow_refactor
Patch Set: Addressed John's comments Created 6 years, 7 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 b3466c0d143f9341c503817f877b81c55b14df98..3b7dce91edb3e6ed76976018a0556d742ba47ba7 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -327,9 +327,6 @@ class CONTENT_EXPORT BrowserPluginGuest
int instance_id, const BrowserPluginHostMsg_ResizeGuest_Params& params);
// Overridden in tests.
virtual void OnSetFocus(int instance_id, bool focused);
- // Sets the name of the guest so that other guests in the same partition can
- // access it.
- void OnSetName(int instance_id, const std::string& name);
// Updates the size state of the guest.
void OnSetSize(
int instance_id,
@@ -397,9 +394,6 @@ class CONTENT_EXPORT BrowserPluginGuest
void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
// Overridden in tests.
virtual void OnTakeFocus(bool reverse);
- void OnUpdateFrameName(int frame_id,
- bool is_top_level,
- const std::string& name);
void OnUpdateRect(const ViewHostMsg_UpdateRect_Params& params);
// Forwards all messages from the |pending_messages_| queue to the embedder.
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.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