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

Unified Diff: ios/web/public/test/fakes/test_web_state_observer_util.mm

Issue 2724953004: Test actual arguments in WebStateImplTest::ObserverTest. (Closed)
Patch Set: Rebased Created 3 years, 10 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/public/test/fakes/test_web_state_observer_util.mm
diff --git a/ios/web/public/test/fakes/test_web_state_observer_util.mm b/ios/web/public/test/fakes/test_web_state_observer_util.mm
new file mode 100644
index 0000000000000000000000000000000000000000..9cf1aad00c240e4e85ec495d54de3f8b7b6d9c01
--- /dev/null
+++ b/ios/web/public/test/fakes/test_web_state_observer_util.mm
@@ -0,0 +1,12 @@
+// 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.
+
+#import "ios/web/public/test/fakes/test_web_state_observer_util.h"
+
+#include "ios/web/public/web_state/navigation_context.h"
+
+namespace web {
+TestDidFinishNavigationInfo::TestDidFinishNavigationInfo() {}
kkhorimoto 2017/03/02 20:50:40 Why are these in the .mm file? Aren't they both t
Eugene But (OOO till 7-30) 2017/03/02 23:08:48 TestDidFinishNavigationInfo has a member with non-
+TestDidFinishNavigationInfo::~TestDidFinishNavigationInfo() = default;
+} // namespace web
« no previous file with comments | « ios/web/public/test/fakes/test_web_state_observer_util.h ('k') | ios/web/web_state/web_state_impl_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698