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

Unified Diff: ios/web/webui/mojo_js_constants.h

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Code formatting. Update State close in IEH. Use IEC.closeWithReason in Binding's close/reset. Created 3 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
Index: ios/web/webui/mojo_js_constants.h
diff --git a/ios/web/webui/mojo_js_constants.h b/ios/web/webui/mojo_js_constants.h
index 3e08244ecefef797510f9d2b2bec0058cd316988..ff4d9fa6255e95f6b9a128d0f44387534a88dcf5 100644
--- a/ios/web/webui/mojo_js_constants.h
+++ b/ios/web/webui/mojo_js_constants.h
@@ -13,6 +13,7 @@ extern const char kHandleUtilModuleName[];
extern const char kSupportModuleName[];
extern const char kCoreModuleName[];
extern const char kInterfaceProviderModuleName[];
+extern const char kTimerModuleName[];
} // namespace web

Powered by Google App Engine
This is Rietveld 408576698