| Index: chrome/common/extensions/extension_resource.h
|
| diff --git a/chrome/common/extensions/extension_resource.h b/chrome/common/extensions/extension_resource.h
|
| index 86705a88f61a1d0488583e3d20e2df236945c671..6fe3773a1e61ad710b44b5794a9feeb0158066a2 100644
|
| --- a/chrome/common/extensions/extension_resource.h
|
| +++ b/chrome/common/extensions/extension_resource.h
|
| @@ -22,6 +22,8 @@ class ExtensionResource {
|
| const FilePath& extension_root,
|
| const FilePath& relative_path);
|
|
|
| + ~ExtensionResource();
|
| +
|
| // Returns actual path to the resource (default or locale specific). In the
|
| // browser process, this will DCHECK if not called on the file thread. To
|
| // easily load extension images on the UI thread, see ImageLoadingTracker.
|
|
|