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

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

Issue 1003653002: Remove *_version properties of ServiceWorkerRegistration and workerRegistrationDeleted event. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 31bcfa0d95ffb0737226e490adcee47220364f2d..4bc677bb6d58678fe6c1485185996e192fc6c2d6 100644
--- a/Source/devtools/front_end/sdk/ServiceWorkerManager.js
+++ b/Source/devtools/front_end/sdk/ServiceWorkerManager.js
@@ -237,7 +237,7 @@ WebInspector.ServiceWorkerDispatcher.prototype = {
*/
workerRegistrationUpdated: function(registrations)
{
- //FIXME: implement this.
+ // FIXME: implement this.
},
/**
@@ -246,16 +246,7 @@ WebInspector.ServiceWorkerDispatcher.prototype = {
*/
workerVersionUpdated: function(versions)
{
- //FIXME: implement this.
- },
-
- /**
- * @override
- * @param {string} registrationId
- */
- workerRegistrationDeleted: function(registrationId)
- {
- //FIXME: implement this.
+ // 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