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

Unified Diff: chrome/renderer/pepper_devices_unittest.cc

Issue 2862002: Implement more of Flush properly. This adds support for waiting on the messag... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « DEPS ('k') | chrome/renderer/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper_devices_unittest.cc
===================================================================
--- chrome/renderer/pepper_devices_unittest.cc (revision 49795)
+++ chrome/renderer/pepper_devices_unittest.cc (working copy)
@@ -182,7 +182,7 @@
// Normally the RenderView creates the pepper plugin and registers it with
// its internal list. Since we're creating it manually, we have to reach in
// and register it to prevent tear-down from asserting.
- view_->current_pepper_plugins_.insert(pepper_plugin_);
+ view_->current_oldstyle_pepper_plugins_.insert(pepper_plugin_);
active_tests[npp()] = this;
« no previous file with comments | « DEPS ('k') | chrome/renderer/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698