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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager.h

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: HasPermission function moved Created 6 years, 6 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/renderer/browser_plugin/browser_plugin_manager.h
diff --git a/content/renderer/browser_plugin/browser_plugin_manager.h b/content/renderer/browser_plugin/browser_plugin_manager.h
index 1f71ea68c8320b19305b200600c9107c4779dc7a..636f6ad2d978923a5e5cf4b253174e1838205263 100644
--- a/content/renderer/browser_plugin/browser_plugin_manager.h
+++ b/content/renderer/browser_plugin/browser_plugin_manager.h
@@ -49,12 +49,6 @@ class CONTENT_EXPORT BrowserPluginManager
blink::WebFrame* frame,
bool auto_navigate) = 0;
- // Asynchronously requests a new browser-process-allocated instance ID.
- // After the browser process allocates an ID, it calls back into the
- // |browser_plugin| if it's still alive.
- virtual void AllocateInstanceID(
- const base::WeakPtr<BrowserPlugin>& browser_plugin) = 0;
-
void AddBrowserPlugin(int guest_instance_id, BrowserPlugin* browser_plugin);
void RemoveBrowserPlugin(int guest_instance_id);
BrowserPlugin* GetBrowserPlugin(int guest_instance_id) const;

Powered by Google App Engine
This is Rietveld 408576698