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

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

Issue 205563006: Add a status code to install event handled message from Service Worker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment and fix alphabetical ordering Created 6 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 | content/browser/service_worker/embedded_worker_test_helper.cc » ('j') | content/common/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/embedded_worker_test_helper.h
diff --git a/content/browser/service_worker/embedded_worker_test_helper.h b/content/browser/service_worker/embedded_worker_test_helper.h
index 77c1bde293afe2cb32215c466bbee0d8928e3d65..01952f2e5ecd2a5cc32d3e88f90b5c024792d490 100644
--- a/content/browser/service_worker/embedded_worker_test_helper.h
+++ b/content/browser/service_worker/embedded_worker_test_helper.h
@@ -85,7 +85,7 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
// SimulateSendMessageToBrowser.
virtual void OnInstallEvent(int embedded_worker_id,
int request_id,
- int active_version_embedded_worker_id);
+ int active_version_id);
virtual void OnFetchEvent(int embedded_worker_id,
int request_id,
const ServiceWorkerFetchRequest& request);
@@ -107,7 +107,7 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
int embedded_worker_id,
int request_id,
const IPC::Message& message);
- void OnInstallEventStub(int active_version_embedded_worker_id);
+ void OnInstallEventStub(int active_version_id);
void OnFetchEventStub(const ServiceWorkerFetchRequest& request);
EmbeddedWorkerRegistry* registry();
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_test_helper.cc » ('j') | content/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698