1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_WEB_WEB_STATE_JS_CRW_JS_EARLY_SCRIPT_MANAGER_H_
6 #define IOS_WEB_WEB_STATE_JS_CRW_JS_EARLY_SCRIPT_MANAGER_H_
8 #import "ios/web/public/web_state/js/crw_js_injection_manager.h"
10 // Manager to handle all the scripts that need to be injected before the page
11 // scripts take effect. Includes the base scripts and any feature scripts
12 // that might need to perform global actions such as overriding HTML methods.
13 @interface CRWJSEarlyScriptManager
: CRWJSInjectionManager
16 #endif // IOS_WEB_WEB_STATE_JS_CRW_JS_EARLY_SCRIPT_MANAGER_H_