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

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

Issue 2772503006: Use framework includes in ios/web_view/shell. (Closed)
Patch Set: Fix framework header includes. 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/BUILD.gn ('k') | ios/web_view/shell/BUILD.gn » ('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..8e44d130bf945803e6ef7aa190bc173a4b3e31e6
--- /dev/null
+++ b/ios/web_view/public/ChromeWebView.h
@@ -0,0 +1,19 @@
+// 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_CHROME_WEB_VIEW_H_
+#define IOS_WEB_VIEW_PUBLIC_CHROME_WEB_VIEW_H_
+
+#import <ChromeWebView/cwv.h>
+#import <ChromeWebView/cwv_delegate.h>
+#import <ChromeWebView/cwv_html_element.h>
+#import <ChromeWebView/cwv_navigation_action.h>
+#import <ChromeWebView/cwv_navigation_delegate.h>
+#import <ChromeWebView/cwv_translate_delegate.h>
+#import <ChromeWebView/cwv_translate_manager.h>
+#import <ChromeWebView/cwv_ui_delegate.h>
+#import <ChromeWebView/cwv_web_view.h>
+#import <ChromeWebView/cwv_web_view_configuration.h>
+
+#endif // IOS_WEB_VIEW_PUBLIC_CHROME_WEB_VIEW_H_
« no previous file with comments | « ios/web_view/BUILD.gn ('k') | ios/web_view/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698