Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: Source/devtools/front_end/sdk/ServiceWorkerManager.js

Issue 1036743003: Add ServiceWorkerErrorMessage to ServiceWorker DevTool's protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove ""hidden": true," Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/ServiceWorkerManager.js
diff --git a/Source/devtools/front_end/sdk/ServiceWorkerManager.js b/Source/devtools/front_end/sdk/ServiceWorkerManager.js
index bc5ba4b78b38036c122e512d3f37302cbc9bf584..0fb04a9f2448672e798ec7ffb30c945702135c6b 100644
--- a/Source/devtools/front_end/sdk/ServiceWorkerManager.js
+++ b/Source/devtools/front_end/sdk/ServiceWorkerManager.js
@@ -369,6 +369,15 @@ WebInspector.ServiceWorkerDispatcher.prototype = {
workerVersionUpdated: function(versions)
{
this._manager._workerVersionUpdated(versions);
+ },
+
+ /**
+ * @override
+ * @param {!ServiceWorkerAgent.ServiceWorkerErrorMessage} errorMessage
+ */
+ workerErrorReported: function(errorMessage)
+ {
+ // FIXME: Implement this.
}
}
« no previous file with comments | « no previous file | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698