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

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

Issue 2946383002: Support new-style Mojo JS core API on IOS. (Closed)
Patch Set: . Created 3 years, 6 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 | « ios/web/webui/mojo_facade_unittest.mm ('k') | ios/web/webui/mojo_js_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index ff4d9fa6255e95f6b9a128d0f44387534a88dcf5..0000000000000000000000000000000000000000
--- a/ios/web/webui/mojo_js_constants.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_
-#define IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_
-
-namespace web {
-
-extern const char kConsoleModuleName[];
-extern const char kSyncMessageChannelModuleName[];
-extern const char kHandleUtilModuleName[];
-extern const char kSupportModuleName[];
-extern const char kCoreModuleName[];
-extern const char kInterfaceProviderModuleName[];
-extern const char kTimerModuleName[];
-
-} // namespace web
-
-#endif // IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_
« no previous file with comments | « ios/web/webui/mojo_facade_unittest.mm ('k') | ios/web/webui/mojo_js_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698