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

Unified Diff: ios/web_view/public/ChromeWebView.h

Issue 2782823004: [ios] Remove CWV_IMPLEMENTATION hack in ChromeWebView implementation. (Closed)
Patch Set: Mark all files as private for gn. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web_view/public/BUILD.gn ('k') | ios/web_view/public/cwv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/ChromeWebView.h
diff --git a/ios/web_view/public/ChromeWebView.h b/ios/web_view/public/ChromeWebView.h
new file mode 100644
index 0000000000000000000000000000000000000000..164807de31123b45930e773ad100c306905b5ff9
--- /dev/null
+++ b/ios/web_view/public/ChromeWebView.h
@@ -0,0 +1,23 @@
+// Copyright 2017 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_VIEW_PUBLIC_CHROMEWEBVIEW_H_
+#define IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_
+
+#import "cwv_export.h"
+
+#import "cwv.h"
+#import "cwv_delegate.h"
+#import "cwv_html_element.h"
+#import "cwv_navigation_action.h"
+#import "cwv_navigation_delegate.h"
+#import "cwv_translate_delegate.h"
+#import "cwv_translate_manager.h"
+#import "cwv_ui_delegate.h"
+#import "cwv_user_content_controller.h"
+#import "cwv_user_script.h"
+#import "cwv_web_view.h"
+#import "cwv_web_view_configuration.h"
+
+#endif // IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_
« no previous file with comments | « ios/web_view/public/BUILD.gn ('k') | ios/web_view/public/cwv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698