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

Unified Diff: webkit/plugins/ppapi/ppb_audio_impl.h

Issue 6676045: Implement a proxy for URL util. Some of the implementation that doesn't need ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: webkit/plugins/ppapi/ppb_audio_impl.h
===================================================================
--- webkit/plugins/ppapi/ppb_audio_impl.h (revision 78289)
+++ webkit/plugins/ppapi/ppb_audio_impl.h (working copy)
@@ -81,7 +81,8 @@
// AudioConfig used for creating this Audio object.
scoped_refptr<PPB_AudioConfig_Impl> config_;
- // PluginDelegate audio object that we delegate audio IPC through.
+ // PluginDelegate audio object that we delegate audio IPC through. We don't
+ // own this pointer but are responsible for calling Shutdown on it.
PluginDelegate::PlatformAudio* audio_;
// Is a create callback pending to fire?

Powered by Google App Engine
This is Rietveld 408576698