| Index: chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc b/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| index d8a09fa87eefed8768df6c9515400d32b2e25cbe..e0ffc177ee80b4345fe05ae8ceed6ecb452d7f5e 100644
|
| --- a/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| @@ -216,7 +216,7 @@ LogPrivateStartNetInternalsWatchFunction::
|
| ~LogPrivateStartNetInternalsWatchFunction() {
|
| }
|
|
|
| -bool LogPrivateStartNetInternalsWatchFunction::RunImpl() {
|
| +bool LogPrivateStartNetInternalsWatchFunction::RunSync() {
|
| LogPrivateAPI::Get(GetProfile())->StartNetInternalsWatch(extension_id());
|
| return true;
|
| }
|
| @@ -229,7 +229,7 @@ LogPrivateStopNetInternalsWatchFunction::
|
| ~LogPrivateStopNetInternalsWatchFunction() {
|
| }
|
|
|
| -bool LogPrivateStopNetInternalsWatchFunction::RunImpl() {
|
| +bool LogPrivateStopNetInternalsWatchFunction::RunSync() {
|
| LogPrivateAPI::Get(GetProfile())->StopNetInternalsWatch(extension_id());
|
| return true;
|
| }
|
|
|