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

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

Issue 21930006: <webview>: Allocate the view instance ID from the WebView shim (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 7 years, 4 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_impl.h
diff --git a/content/renderer/browser_plugin/browser_plugin_manager_impl.h b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
index f23e6ef627577dbeadaf10ce9c41185e7b87a022..9045d9d1d6b6a39fd9e14b7eccf5ed0b2ac8d960 100644
--- a/content/renderer/browser_plugin/browser_plugin_manager_impl.h
+++ b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
@@ -45,7 +45,7 @@ class BrowserPluginManagerImpl : public BrowserPluginManager {
int request_id,
const gfx::Point& position);
- int browser_plugin_instance_id_counter_;
+ int request_id_counter_;
IDMap<BrowserPlugin> pending_allocate_guest_instance_id_requests_;
DISALLOW_COPY_AND_ASSIGN(BrowserPluginManagerImpl);

Powered by Google App Engine
This is Rietveld 408576698