| Index: chrome/browser/task_manager/resource_provider.h
|
| diff --git a/chrome/browser/task_manager/resource_provider.h b/chrome/browser/task_manager/resource_provider.h
|
| index 5008db78bf02192325235a794c44bb53e3980ec6..037dd35c6046ac2f20473eb6178018f6d2907b55 100644
|
| --- a/chrome/browser/task_manager/resource_provider.h
|
| +++ b/chrome/browser/task_manager/resource_provider.h
|
| @@ -80,6 +80,8 @@ class Resource {
|
| virtual size_t GetV8MemoryAllocated() const;
|
| virtual size_t GetV8MemoryUsed() const;
|
|
|
| + virtual int GetNaClDebugStubPort() const;
|
| +
|
| // Returns true if this resource can be inspected using developer tools.
|
| virtual bool CanInspect() const;
|
|
|
|
|