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

Unified Diff: blimp/client/core/contents/blimp_contents_impl_unittest.cc

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: Now owned by BlimpContentsViewAndroid and also implemented touch and sizing Created 4 years, 4 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: blimp/client/core/contents/blimp_contents_impl_unittest.cc
diff --git a/blimp/client/core/contents/blimp_contents_impl_unittest.cc b/blimp/client/core/contents/blimp_contents_impl_unittest.cc
index 72b48aa45d5592463e33d89ac69f81f72b733dfe..d4bb6746e0aecebf91485044e70b212ff5b2e562 100644
--- a/blimp/client/core/contents/blimp_contents_impl_unittest.cc
+++ b/blimp/client/core/contents/blimp_contents_impl_unittest.cc
@@ -45,7 +45,8 @@ class MockTabControlFeature : public TabControlFeature {
TEST(BlimpContentsImplTest, LoadURLAndNotifyObservers) {
base::MessageLoop loop;
FakeNavigationFeature feature;
- BlimpContentsImpl blimp_contents(kDummyTabId, nullptr, &feature, nullptr);
+ BlimpContentsImpl blimp_contents(kDummyTabId, nullptr, nullptr, &feature,
+ nullptr);
BlimpNavigationControllerImpl& navigation_controller =
blimp_contents.GetNavigationController();
@@ -77,7 +78,7 @@ TEST(BlimpContentsImplTest, SetSizeAndScaleThroughTabControlFeature) {
MockTabControlFeature tab_control_feature;
base::MessageLoop loop;
- BlimpContentsImpl blimp_contents(kDummyTabId, nullptr, nullptr,
+ BlimpContentsImpl blimp_contents(kDummyTabId, nullptr, nullptr, nullptr,
&tab_control_feature);
EXPECT_CALL(tab_control_feature,

Powered by Google App Engine
This is Rietveld 408576698