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

Side by Side Diff: ios/web/webui/mojo_js_constants.cc

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Throw the error with the string being the stack trace needed to debug layouts which don't output an… Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « ios/web/webui/mojo_js_constants.h ('k') | ios/web/webui/resources/console.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/web/webui/mojo_js_constants.h" 5 #include "ios/web/webui/mojo_js_constants.h"
6 6
7 namespace web { 7 namespace web {
8 8
9 const char kConsoleModuleName[] = "console"; 9 const char kConsoleModuleName[] = "console";
10 const char kSyncMessageChannelModuleName[] = 10 const char kSyncMessageChannelModuleName[] =
11 "ios/mojo/public/js/sync_message_channel"; 11 "ios/mojo/public/js/sync_message_channel";
12 const char kHandleUtilModuleName[] = "ios/mojo/public/js/handle_util"; 12 const char kHandleUtilModuleName[] = "ios/mojo/public/js/handle_util";
13 const char kSupportModuleName[] = "mojo/public/js/support"; 13 const char kSupportModuleName[] = "mojo/public/js/support";
14 const char kCoreModuleName[] = "mojo/public/js/core"; 14 const char kCoreModuleName[] = "mojo/public/js/core";
15 const char kInterfaceProviderModuleName[] = 15 const char kInterfaceProviderModuleName[] =
16 "content/public/renderer/frame_interfaces"; 16 "content/public/renderer/frame_interfaces";
17 const char kTimerModuleName[] = "timer";
17 18
18 } // namespace web 19 } // namespace web
OLDNEW
« no previous file with comments | « ios/web/webui/mojo_js_constants.h ('k') | ios/web/webui/resources/console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698