diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 18:14:47 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 18:14:47 +0000 |
commit | 5b6c1a80d09f250f66070dba8dd8a05d38e74db2 (patch) | |
tree | 8bff607411dc0400581dd304c911b59ff80737df /base/base.gyp | |
parent | 04edc039a2f882ddc551265e51447cbd49e91211 (diff) | |
download | chromium_src-5b6c1a80d09f250f66070dba8dd8a05d38e74db2.zip chromium_src-5b6c1a80d09f250f66070dba8dd8a05d38e74db2.tar.gz chromium_src-5b6c1a80d09f250f66070dba8dd8a05d38e74db2.tar.bz2 |
Add a CallbackWithReturnValue as a convenient method of calling callback functions with no arguments and a return value. This is useful in calling all of the getters we have in the code, instead of creating wrapper functions that take a pointer argument.
Review URL: http://codereview.chromium.org/155630
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 77cd484..0937786 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -655,6 +655,7 @@ 'sys_info_unittest.cc', 'sys_string_conversions_unittest.cc', 'system_monitor_unittest.cc', + 'task_unittest.cc', 'thread_collision_warner_unittest.cc', 'thread_local_storage_unittest.cc', 'thread_local_unittest.cc', |