Upstream WebController/WebStateImpl in ios/web/
[chromium-blink-merge.git] / ios / web / web_state / ui / crw_wk_web_view_web_controller.h
blob394f446879d0f2da52d6feaa0311b2487f737da5
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_UI_CRW_WK_WEB_VIEW_WEB_CONTROLLER_H_
6 #define IOS_WEB_WEB_STATE_UI_CRW_WK_WEB_VIEW_WEB_CONTROLLER_H_
8 #import "ios/web/web_state/ui/crw_web_controller.h"
10 // A concrete implementation of CRWWebController based on WKWebView.
11 @interface CRWWKWebViewWebController : CRWWebController
13 // Designated initializer.
14 - (instancetype)initWithWebState:(scoped_ptr<web::WebStateImpl>)webState;
16 @end
18 #endif // IOS_WEB_WEB_STATE_UI_CRW_WK_WEB_VIEW_WEB_CONTROLLER_H_