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

Unified Diff: ppapi/c/ppb_core.h

Issue 7448005: Missing changes for IDL (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/pp_stdint.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_core.h
===================================================================
--- ppapi/c/ppb_core.h (revision 93091)
+++ ppapi/c/ppb_core.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_core.idl modified Mon Jul 18 12:14:19 2011. */
+/* From ppb_core.idl modified Tue Jul 19 13:37:04 2011. */
#ifndef PPAPI_C_PPB_CORE_H_
#define PPAPI_C_PPB_CORE_H_
@@ -68,9 +68,6 @@
* @return A <code>PP_TimeTicks</code> containing the "tick time" according
* to the browser.
*/
- /* TODO(brettw) http://code.google.com/p/chromium/issues/detail?id=57448
- * This currently does change with wall clock time, but will be fixed in
- * a future release. */
PP_TimeTicks (*GetTimeTicks)();
/**
* CallOnMainThread() schedules work to be executed on the main module thread
« no previous file with comments | « ppapi/c/pp_stdint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698