diff options
Diffstat (limited to 'chrome/browser/service/service_process_control.h')
-rw-r--r-- | chrome/browser/service/service_process_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/service/service_process_control.h b/chrome/browser/service/service_process_control.h index c6d8dd5..51929da 100644 --- a/chrome/browser/service/service_process_control.h +++ b/chrome/browser/service/service_process_control.h @@ -51,7 +51,7 @@ class ServiceProcessControl : public IPC::Channel::Sender, // Return true if this object is connected to the service. // Virtual for testing. - virtual bool is_connected() const; + virtual bool IsConnected() const; // If no service process is currently running, creates a new service process // and connects to it. If a service process is already running this method |