| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index 535937f897412979379b9142a9955e65d7b02851..e4ff802ba5c2cb860041848f90549a344161ec47 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -86,6 +86,10 @@ AboutTcmallocOutputs* AboutTcmallocOutputs::GetInstance() {
|
| return Singleton<AboutTcmallocOutputs>::get();
|
| }
|
|
|
| +AboutTcmallocOutputs::AboutTcmallocOutputs() {}
|
| +
|
| +AboutTcmallocOutputs::~AboutTcmallocOutputs() {}
|
| +
|
| // Glue between the callback task and the method in the singleton.
|
| void AboutTcmallocRendererCallback(base::ProcessId pid, std::string output) {
|
| AboutTcmallocOutputs::GetInstance()->RendererCallback(pid, output);
|
|
|