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

Unified Diff: extensions/renderer/dispatcher.h

Issue 1319603003: Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThread event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « content/renderer/service_worker/service_worker_context_client.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index fb1714d9fccc4f5e3f8e83729e557cf265e45bd2..428efd794a5d1afe9641ad81f7a59b3baa53ac28 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -102,9 +102,7 @@
int world_id);
// Runs on a different thread and should not use any member variables.
- static void WillDestroyServiceWorkerContextOnWorkerThread(
- v8::Local<v8::Context> v8_context,
- const GURL& url);
+ static void WillDestroyServiceWorkerContextOnWorkerThread(const GURL& url);
void DidCreateDocumentElement(blink::WebLocalFrame* frame);
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698