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

Unified Diff: content/browser/service_worker/service_worker_version.h

Issue 964353002: ServiceWorkerVersion: remove unused SendMessage method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | content/browser/service_worker/service_worker_version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_version.h
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
index 2aeaabb759e75e8ae36c45eca125d0a6fc2fa942..220c67a21ab2b792d7670ede2567755a1f563723 100644
--- a/content/browser/service_worker/service_worker_version.h
+++ b/content/browser/service_worker/service_worker_version.h
@@ -166,13 +166,6 @@ class CONTENT_EXPORT ServiceWorkerVersion
// Starts an update now.
void StartUpdate();
- // Sends an IPC message to the worker.
- // If the worker is not running this first tries to start it by
- // calling StartWorker internally.
- // |callback| can be null if the sender does not need to know if the
- // message is successfully sent or not.
- void SendMessage(const IPC::Message& message, const StatusCallback& callback);
-
// Sends a message event to the associated embedded worker.
void DispatchMessageEvent(
const base::string16& message,
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698