summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-03-07 03:10:41 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-07 11:11:31 +0000
commit5bbdcc5a5cb6f0364d391636ba212b8dc04193a5 (patch)
treea34dd28ca0e6e8f8450445c86c7db1394a1b0bc4 /ios
parent35d57a081fcf3338934e911e2802fac6036b3cd8 (diff)
downloadchromium_src-5bbdcc5a5cb6f0364d391636ba212b8dc04193a5.zip
chromium_src-5bbdcc5a5cb6f0364d391636ba212b8dc04193a5.tar.gz
chromium_src-5bbdcc5a5cb6f0364d391636ba212b8dc04193a5.tar.bz2
Revert of [ios] Removed WebTestWithWKWebViewWebController as unused. (patchset #1 id:1 of https://codereview.chromium.org/1758423002/ )
Reason for revert: This is premature as there is still one usage of that typedef downstream. Reverted as it break the autoroller. Original issue's description: > [ios] Removed WebTestWithWKWebViewWebController as unused. > > BUG=589563 > > Committed: https://crrev.com/d046482efe118903a0c677e6e94dbc4ffd4afdb3 > Cr-Commit-Position: refs/heads/master@{#379390} TBR=shreyasv@chromium.org,eugenebut@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=589563 Review URL: https://codereview.chromium.org/1766333002 Cr-Commit-Position: refs/heads/master@{#379536}
Diffstat (limited to 'ios')
-rw-r--r--ios/web/test/web_test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/web/test/web_test.h b/ios/web/test/web_test.h
index df2ac4f..d7a369b 100644
--- a/ios/web/test/web_test.h
+++ b/ios/web/test/web_test.h
@@ -104,6 +104,13 @@ class WebTestWithWebController : public WebTest,
NSString* CreateLoadCheck();
};
+#pragma mark -
+
+// A test fixtures thats creates a CRWWKWebViewWebController for testing.
+// TODO(crbug.com/589563): Remove this typedef, clients should use
+// |WebTestWithWebController|.
+typedef WebTestWithWebController WebTestWithWKWebViewWebController;
+
} // namespace web
#endif // IOS_WEB_TEST_WEB_TEST_H_