| Index: content/browser/service_worker/embedded_worker_instance.h
|
| diff --git a/content/browser/service_worker/embedded_worker_instance.h b/content/browser/service_worker/embedded_worker_instance.h
|
| index cc5ef5784c8fc6deeda572acdf3ce14f59d7b7f9..ca5d522cd3500b0e1719f730a61c9c5a1667bc83 100644
|
| --- a/content/browser/service_worker/embedded_worker_instance.h
|
| +++ b/content/browser/service_worker/embedded_worker_instance.h
|
| @@ -145,7 +145,7 @@ class CONTENT_EXPORT EmbeddedWorkerInstance {
|
| void AddListener(Listener* listener);
|
| void RemoveListener(Listener* listener);
|
|
|
| - void set_devtools_attached(bool attached) { devtools_attached_ = attached; }
|
| + void SetDevToolsAttached(bool attached);
|
| bool devtools_attached() const { return devtools_attached_; }
|
|
|
| bool network_accessed_for_script() const {
|
|
|