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

Unified Diff: chrome/plugin/plugin_thread.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 | « chrome/plugin/npobject_stub.cc ('k') | webkit/glue/plugins/plugin_constants_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/plugin_thread.h
===================================================================
--- chrome/plugin/plugin_thread.h (revision 26426)
+++ chrome/plugin/plugin_thread.h (working copy)
@@ -27,6 +27,8 @@
// Returns the one plugin thread.
static PluginThread* current();
+ FilePath plugin_path() { return plugin_path_; }
+
private:
virtual void OnControlMessageReceived(const IPC::Message& msg);
« no previous file with comments | « chrome/plugin/npobject_stub.cc ('k') | webkit/glue/plugins/plugin_constants_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698