| Index: ios/web/webui/mojo_js_constants.cc
|
| diff --git a/ios/web/webui/mojo_js_constants.cc b/ios/web/webui/mojo_js_constants.cc
|
| deleted file mode 100644
|
| index a58645896b72f392bb9d6c4204ff942764cbd597..0000000000000000000000000000000000000000
|
| --- a/ios/web/webui/mojo_js_constants.cc
|
| +++ /dev/null
|
| @@ -1,19 +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.
|
| -
|
| -#include "ios/web/webui/mojo_js_constants.h"
|
| -
|
| -namespace web {
|
| -
|
| -const char kConsoleModuleName[] = "console";
|
| -const char kSyncMessageChannelModuleName[] =
|
| - "ios/mojo/public/js/sync_message_channel";
|
| -const char kHandleUtilModuleName[] = "ios/mojo/public/js/handle_util";
|
| -const char kSupportModuleName[] = "mojo/public/js/support";
|
| -const char kCoreModuleName[] = "mojo/public/js/core";
|
| -const char kInterfaceProviderModuleName[] =
|
| - "content/public/renderer/frame_interfaces";
|
| -const char kTimerModuleName[] = "timer";
|
| -
|
| -} // namespace web
|
|
|