| 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 bd3d2a17aa7dc2bf92d7d92b6d44d812a52ecb2e..4b5dd6e703bed79a158440ffed96a27721628a9d 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
|
| @@ -221,7 +221,7 @@ LogPrivateStartNetInternalsWatchFunction::
|
| ~LogPrivateStartNetInternalsWatchFunction() {
|
| }
|
|
|
| -bool LogPrivateStartNetInternalsWatchFunction::RunImpl() {
|
| +bool LogPrivateStartNetInternalsWatchFunction::RunSync() {
|
| LogPrivateAPI::Get(GetProfile())->StartNetInternalsWatch(extension_id());
|
| return true;
|
| }
|
| @@ -234,7 +234,7 @@ LogPrivateStopNetInternalsWatchFunction::
|
| ~LogPrivateStopNetInternalsWatchFunction() {
|
| }
|
|
|
| -bool LogPrivateStopNetInternalsWatchFunction::RunImpl() {
|
| +bool LogPrivateStopNetInternalsWatchFunction::RunSync() {
|
| LogPrivateAPI::Get(GetProfile())->StopNetInternalsWatch(extension_id());
|
| return true;
|
| }
|
|
|