blob: 603af54ccca18e98959bf46f2e57c53bb2e5960a [file] [log] [blame]
// 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 kSyncMessageChannelModuleName[];
extern const char kHandleUtilModuleName[];
extern const char kSupportModuleName[];
extern const char kCoreModuleName[];
extern const char kServiceRegistryModuleName[];
} // namespace web
#endif // IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_