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

Unified Diff: ppapi/cpp/module.h

Issue 9600025: Fixed some TODO comments so they wouldn't show up in the docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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_input_event.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/module.h
===================================================================
--- ppapi/cpp/module.h (revision 124481)
+++ ppapi/cpp/module.h (working copy)
@@ -56,10 +56,10 @@
/// The get_browser_interface() function returns the internal
/// <code>get_browser_interface</code> pointer.
- /// TODO(sehr): This should be removed once the NaCl browser plugin no longer
- /// needs it.
///
/// @return A <code>PPB_GetInterface</code> internal pointer.
+ // TODO(sehr): This should be removed once the NaCl browser plugin no longer
+ // needs it.
PPB_GetInterface get_browser_interface() const {
return get_browser_interface_;
}
@@ -120,13 +120,12 @@
// InternalInit() sets the browser interface and calls the regular Init()
/// function that can be overridden by the base classes.
///
- /// TODO(brettw) make this private when I can figure out how to make the
- /// initialize function a friend.
- ///
/// @param[in] mod A <code>PP_Module</code>.
/// @param[in] get_browser_interface The browser interface to set.
///
/// @return true if successful, otherwise false.
+ // TODO(brettw) make this private when I can figure out how to make the
+ // initialize function a friend.
bool InternalInit(PP_Module mod,
PPB_GetInterface get_browser_interface);
« no previous file with comments | « ppapi/c/ppb_input_event.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698