| Index: content/worker/websharedworkerclient_proxy.h
|
| diff --git a/content/worker/websharedworkerclient_proxy.h b/content/worker/websharedworkerclient_proxy.h
|
| index beb3086d756a5a87f19fcc59c27e7effbccceef0..8867fcef932cf8c0029cb18c0e66efbbf84ee7f3 100644
|
| --- a/content/worker/websharedworkerclient_proxy.h
|
| +++ b/content/worker/websharedworkerclient_proxy.h
|
| @@ -39,6 +39,7 @@ class WebSharedWorkerClientProxy : public blink::WebSharedWorkerClient {
|
| virtual void workerScriptLoaded();
|
| virtual void workerScriptLoadFailed();
|
| virtual void selectAppCacheID(long long app_cache_id);
|
| + virtual bool enableMemoryInfo();
|
|
|
| virtual blink::WebNotificationPresenter* notificationPresenter();
|
|
|
|
|