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

Unified Diff: ppapi/c/ppp.h

Issue 6588085: Minor doc changes. Mostly commented out TODO and {PENDING notes that engineer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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_var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp.h
===================================================================
--- ppapi/c/ppp.h (revision 76553)
+++ ppapi/c/ppp.h (working copy)
@@ -19,10 +19,11 @@
* @file
* This file defines three functions that your module must
* implement to interact with the browser.
- *
- * {PENDING: undefine PP_EXPORT?}
*/
+// {PENDING: undefine PP_EXPORT?}
+
+
/* We don't want name mangling for these external functions. We only need
* 'extern "C"' if we're compiling with a C++ compiler.
*/
« no previous file with comments | « ppapi/c/ppb_var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698