Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: ios/web_view/public/ChromeWebView.h

Issue 2955803003: Add cwv_translation_policy.h to ChromeWebView.h. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ 5 #ifndef IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_
6 #define IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ 6 #define IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_
7 7
8 // NOTE: Relative imports are used throughout the implementation of 8 // NOTE: Relative imports are used throughout the implementation of
9 // ChromeWebView. Framework style imports can't be used because multiple 9 // ChromeWebView. Framework style imports can't be used because multiple
10 // frameworks are built from ios/web_view with different output names. 10 // frameworks are built from ios/web_view with different output names.
11 11
12 #import "cwv_export.h" 12 #import "cwv_export.h"
13 #import "cwv_html_element.h" 13 #import "cwv_html_element.h"
14 #import "cwv_language_detection_result.h" 14 #import "cwv_language_detection_result.h"
15 #import "cwv_navigation_action.h" 15 #import "cwv_navigation_action.h"
16 #import "cwv_navigation_delegate.h" 16 #import "cwv_navigation_delegate.h"
17 #import "cwv_scroll_view.h" 17 #import "cwv_scroll_view.h"
18 #import "cwv_scroll_view_delegate.h" 18 #import "cwv_scroll_view_delegate.h"
19 #import "cwv_translation_controller.h" 19 #import "cwv_translation_controller.h"
20 #import "cwv_translation_controller_delegate.h" 20 #import "cwv_translation_controller_delegate.h"
21 #import "cwv_translation_language.h" 21 #import "cwv_translation_language.h"
22 #import "cwv_translation_policy.h"
22 #import "cwv_ui_delegate.h" 23 #import "cwv_ui_delegate.h"
23 #import "cwv_user_content_controller.h" 24 #import "cwv_user_content_controller.h"
24 #import "cwv_user_script.h" 25 #import "cwv_user_script.h"
25 #import "cwv_web_view.h" 26 #import "cwv_web_view.h"
26 #import "cwv_web_view_configuration.h" 27 #import "cwv_web_view_configuration.h"
27 28
28 #endif // IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ 29 #endif // IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698