| Index: third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| index 873d565e156b96a517f866ea2f063bc44bc3d073..17b8b4eda25d98570443232981ab7d6b769172ea 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| @@ -254,7 +254,6 @@ WebInspector.ApplicationCacheItemsView.prototype = {
|
| _deleteCallback: function(node)
|
| {
|
| // FIXME: Should we delete a single (selected) resource or all resources?
|
| - // InspectorBackend.deleteCachedResource(...)
|
| // this._update();
|
| },
|
|
|
|
|