| 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 6da95cc7f5810f9e1877132a048b836625138aff..23cde185ed399435a3df77f1aee20d31a0de9f5b 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_manager.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_manager.h
|
| @@ -51,9 +51,6 @@
|
| void UpdateDeviceScaleFactor();
|
| void UpdateFocusState();
|
| RenderViewImpl* render_view() const { return render_view_.get(); }
|
| -
|
| - // Returns a new instance ID to be used by BrowserPlugin. Instance IDs are
|
| - // unique per process.
|
| int GetNextInstanceID();
|
|
|
| // RenderViewObserver override. Call on render thread.
|
| @@ -78,7 +75,7 @@
|
|
|
| // This map is keyed by guest instance IDs.
|
| IDMap<BrowserPlugin> instances_;
|
| - static int current_instance_id_;
|
| + int current_instance_id_;
|
| base::WeakPtr<RenderViewImpl> render_view_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserPluginManager);
|
|
|