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

Unified Diff: ios/web_view/test/web_view_test_util.h

Issue 2945563002: ChromeWebView integration test for Incognito. (Closed)
Patch Set: Created 3 years, 6 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
Index: ios/web_view/test/web_view_test_util.h
diff --git a/ios/web_view/test/web_view_test_util.h b/ios/web_view/test/web_view_test_util.h
index fbf604bf12992e18faf09f83f37ecdba2d59d86b..daa812598bf16f7c5c8c180cb619014f97693f1c 100644
--- a/ios/web_view/test/web_view_test_util.h
+++ b/ios/web_view/test/web_view_test_util.h
@@ -10,10 +10,15 @@
#include "base/compiler_specific.h"
@class CWVWebView;
+@class CWVWebViewConfiguration;
namespace ios_web_view {
namespace test {
+// Creates web view with given |configuration| and frame equal to screen bounds.
+CWVWebView* CreateWebView(CWVWebViewConfiguration* configuration)
+ WARN_UNUSED_RESULT;
+
// Creates web view with default configuration and frame equal to screen bounds.
CWVWebView* CreateWebView() WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698