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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h

Issue 2005433002: [Origin Trials] Install origin trial bindings on V8 context conditionally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@track-ef-install
Patch Set: Fix multiple definition of signature; addressing nits 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
Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
index 4059c11ac915c8493f7ec4ee7e91bf080aacc441..f30ca2deb7875781c69fd05466047fcc4e97d4bf 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
@@ -49,6 +49,8 @@ struct NativeValueTraits<IDBKeyRange*> {
ExecutionContext* toExecutionContextForModules(v8::Local<v8::Context>);
+void registerInstallOriginTrialsForModules();
+
} // namespace blink
#endif // V8BindingForModules_h

Powered by Google App Engine
This is Rietveld 408576698