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

Unified Diff: ppapi/c/private/ppb_content_decryptor_private.h

Issue 13238002: [PPAPI] Documentation fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge yet again Created 7 years, 8 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/c/ppb_message_loop.h ('k') | ppapi/cpp/graphics_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_content_decryptor_private.h
diff --git a/ppapi/c/private/ppb_content_decryptor_private.h b/ppapi/c/private/ppb_content_decryptor_private.h
index 984c6c1a42d7de4af72b52e5793bf90f9a8e0885..e42c3c9e3d56c03acc3fd029fccd22def75227c8 100644
--- a/ppapi/c/private/ppb_content_decryptor_private.h
+++ b/ppapi/c/private/ppb_content_decryptor_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_content_decryptor_private.idl,
- * modified Mon Dec 10 21:43:51 2012.
+ * modified Thu Mar 28 15:22:02 2013.
*/
#ifndef PPAPI_C_PRIVATE_PPB_CONTENT_DECRYPTOR_PRIVATE_H_
@@ -53,7 +53,7 @@ struct PPB_ContentDecryptor_Private_0_6 {
*
* The browser must notify the application that a key is needed, and, in
* response, the web application must direct the browser to call
- * <code>AddKey()</code> on the <code>PPP_ContentDecryptor_Private<code>
+ * <code>AddKey()</code> on the <code>PPP_ContentDecryptor_Private</code>
* interface.
*
* @param[in] key_system A <code>PP_Var</code> of type
« no previous file with comments | « ppapi/c/ppb_message_loop.h ('k') | ppapi/cpp/graphics_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698