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

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

Issue 10982068: Browser Plugin: Remove unnecessary references to frame_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index bad744b307e4273389a921045602cddbc07d51c2..715bbc45330ce73031e6d7920f0092f0d51c5366 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -64,7 +64,6 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
// Navigates in a guest (new or existing).
void NavigateGuest(RenderViewHost* render_view_host,
int instance_id,
- int64 frame_id,
const std::string& src,
const gfx::Size& size);
void Stop(int instance_id);
@@ -117,9 +116,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
// in BrowserPlugin.
BrowserPluginGuest* GetGuestByInstanceID(int instance_id) const;
// Adds a new guest web_contents to the embedder (overridable in test).
- virtual void AddGuest(int instance_id,
- WebContents* guest_web_contents,
- int64 frame_id);
+ virtual void AddGuest(int instance_id, WebContents* guest_web_contents);
void DestroyGuestByInstanceID(int instance_id);
void DestroyGuests();
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698