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

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

Issue 2429753003: Mojofy unittests: ServiceWorkerJobTest (Closed)
Patch Set: Check if mojo is enabled when creating a mock interface Created 4 years, 2 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/embedded_worker_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/embedded_worker_instance.h
diff --git a/content/browser/service_worker/embedded_worker_instance.h b/content/browser/service_worker/embedded_worker_instance.h
index 65df84655372a5c558b0ffa041ec407f8a2b1c79..e6f4d9d754f27b28576baedc5b15b1e059eb3866 100644
--- a/content/browser/service_worker/embedded_worker_instance.h
+++ b/content/browser/service_worker/embedded_worker_instance.h
@@ -226,7 +226,8 @@ class CONTENT_EXPORT EmbeddedWorkerInstance {
bool wait_for_debugger);
// Sends StartWorker message via Mojo.
- void SendMojoStartWorker(std::unique_ptr<EmbeddedWorkerStartParams> params);
+ ServiceWorkerStatusCode SendMojoStartWorker(
+ std::unique_ptr<EmbeddedWorkerStartParams> params);
// Called back from StartTask after a start worker message is sent.
void OnStartWorkerMessageSent();
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698