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

Unified Diff: chrome/plugin/npobject_stub.h

Issue 210004: Fix the deadlock when Flash tries to make WMP full screen. This is a one-off... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | chrome/plugin/npobject_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/npobject_stub.h
===================================================================
--- chrome/plugin/npobject_stub.h (revision 26426)
+++ chrome/plugin/npobject_stub.h (working copy)
@@ -68,7 +68,7 @@
bool* result);
void OnSetProperty(const NPIdentifier_Param& name,
const NPVariant_Param& property,
- bool* result);
+ IPC::Message* reply_msg);
void OnRemoveProperty(const NPIdentifier_Param& name,
bool* result);
void OnInvalidate();
« no previous file with comments | « no previous file | chrome/plugin/npobject_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698