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

Unified Diff: ppapi/shared_impl/ppb_audio_config_shared.h

Issue 10535062: Add an asynchronous version of the Flash DeviceID API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_audio_config_shared.h
diff --git a/ppapi/shared_impl/ppb_audio_config_shared.h b/ppapi/shared_impl/ppb_audio_config_shared.h
index 017466687c78c2ab18b1b84389f093558e86ce63..77826be75b74c711d5745f9dd1a6cc10595991ad 100644
--- a/ppapi/shared_impl/ppb_audio_config_shared.h
+++ b/ppapi/shared_impl/ppb_audio_config_shared.h
@@ -38,8 +38,7 @@ class PPAPI_SHARED_EXPORT PPB_AudioConfig_Shared
private:
// You must call Init before using this object.
- explicit PPB_AudioConfig_Shared(ResourceObjectType type,
- PP_Instance instance);
+ PPB_AudioConfig_Shared(ResourceObjectType type, PP_Instance instance);
// Returns false if the arguments are invalid, the object should not be
// used in this case.
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698