diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 03:19:35 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 03:19:35 +0000 |
commit | 82d105ecf3aadbb90e0adf80f857533967e8f383 (patch) | |
tree | 4dde11c5e525a813ec2dc847e10c1478c7291453 /remoting/base/util.h | |
parent | 05130153c2e1f772955484f89169e505f809ba43 (diff) | |
download | chromium_src-82d105ecf3aadbb90e0adf80f857533967e8f383.zip chromium_src-82d105ecf3aadbb90e0adf80f857533967e8f383.tar.gz chromium_src-82d105ecf3aadbb90e0adf80f857533967e8f383.tar.bz2 |
Modify Chromoting logging to hook into base logging.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7355011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base/util.h')
-rw-r--r-- | remoting/base/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/base/util.h b/remoting/base/util.h index bd0f95c..d0e0b0d 100644 --- a/remoting/base/util.h +++ b/remoting/base/util.h @@ -10,6 +10,8 @@ namespace remoting { +std::string GetTimestampString(); + // TODO(sergeyu): Move these methods to media. int GetBytesPerPixel(media::VideoFrame::Format format); |