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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder_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_embedder_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
index 4f262d7a02a310d387595160573982a81efc35e8..a34eeaf99771d857bb088b7b857e6fb90a61b441 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
@@ -88,6 +88,7 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
void OnPluginAtPositionResponse(int instance_id,
int request_id,
const gfx::Point& position);
+ void OnSetName(int instance_id, const std::string& name);
BrowserPluginEmbedder* embedder_;

Powered by Google App Engine
This is Rietveld 408576698