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

Unified Diff: third_party/WebKit/public/web/WebTestingSupport.h

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: nit Created 4 years, 7 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 | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebTestingSupport.h
diff --git a/third_party/WebKit/public/web/WebTestingSupport.h b/third_party/WebKit/public/web/WebTestingSupport.h
index 565953b1d00018320789e545d1b22b530416a7ce..0833b0b9ca8e94c289aafb79eebb4eb6b922f86c 100644
--- a/third_party/WebKit/public/web/WebTestingSupport.h
+++ b/third_party/WebKit/public/web/WebTestingSupport.h
@@ -37,6 +37,7 @@ public:
static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
static void injectInternalsObject(WebLocalFrame*);
static void resetInternalsObject(WebLocalFrame*);
+ static void injectInternalsObject(v8::Local<v8::Context>);
};
}
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698