| Index: chrome/service/service_process.h
|
| diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
|
| index 4468bcaa80686f6c2533afb8bc90946484dde12c..2bf4e5b035d64726c385de93023268d3d57531e0 100644
|
| --- a/chrome/service/service_process.h
|
| +++ b/chrome/service/service_process.h
|
| @@ -142,10 +142,6 @@ class ServiceProcess : public CloudPrintProxy::Client {
|
| DISALLOW_COPY_AND_ASSIGN(ServiceProcess);
|
| };
|
|
|
| -// Disable refcounting for runnable method because it is really not needed
|
| -// when we post tasks on the main message loop.
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(ServiceProcess);
|
| -
|
| extern ServiceProcess* g_service_process;
|
|
|
| #endif // CHROME_SERVICE_SERVICE_PROCESS_H_
|
|
|