| Index: chrome/common/child_process_logging_linux.cc
|
| ===================================================================
|
| --- chrome/common/child_process_logging_linux.cc (revision 52838)
|
| +++ chrome/common/child_process_logging_linux.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| +#include "chrome/common/gpu_info.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| @@ -33,4 +34,9 @@
|
| void SetActiveExtensions(const std::set<std::string>& extension_ids) {
|
| // TODO(port)
|
| }
|
| +
|
| +void SetGpuInfo(const GPUInfo& gpu_info) {
|
| + // TODO(rlp): Bug 38737.
|
| +}
|
| +
|
| } // namespace child_process_logging
|
|
|