diff options
author | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 12:41:05 +0000 |
---|---|---|
committer | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 12:41:05 +0000 |
commit | 3231c2ecdbba6e6978b988f47a495f9bb45462b9 (patch) | |
tree | 133c6c0d2eb43b5028782fd177cfb27ede8d6953 /chrome/common/child_process_logging_linux.cc | |
parent | 5b2dd5d8878c4d825fd659b580e4f57096673772 (diff) | |
download | chromium_src-3231c2ecdbba6e6978b988f47a495f9bb45462b9.zip chromium_src-3231c2ecdbba6e6978b988f47a495f9bb45462b9.tar.gz chromium_src-3231c2ecdbba6e6978b988f47a495f9bb45462b9.tar.bz2 |
Add number of tabs opened in the process to crash meta data.
Review URL: http://codereview.chromium.org/3285002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_linux.cc')
-rw-r--r-- | chrome/common/child_process_logging_linux.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/child_process_logging_linux.cc b/chrome/common/child_process_logging_linux.cc index d8f216e..a6f21f5 100644 --- a/chrome/common/child_process_logging_linux.cc +++ b/chrome/common/child_process_logging_linux.cc @@ -53,4 +53,8 @@ void SetGpuInfo(const GPUInfo& gpu_info) { // TODO(rlp): Bug 38737. } +void SetNumberOfViews(int number_of_views) { + // TODO(port) +} + } // namespace child_process_logging |