| 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_
|
|
|