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

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

Issue 2325893002: [blimp] Add support for having multiple tabs (Closed)
Patch Set: Add tablet and non-blimp support Created 4 years, 3 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_manager_unittest.cc
diff --git a/blimp/client/core/contents/blimp_contents_manager_unittest.cc b/blimp/client/core/contents/blimp_contents_manager_unittest.cc
index d2b48296193e8203761e7173a9759e69b1db7747..5b36b02c58531c4d8e888004ae01766495e2d4e2 100644
--- a/blimp/client/core/contents/blimp_contents_manager_unittest.cc
+++ b/blimp/client/core/contents/blimp_contents_manager_unittest.cc
@@ -24,7 +24,7 @@
using testing::_;
namespace {
-const int kDummyTabId = 0;
+const int kDummyBlimpContentsId = 0;
}
namespace blimp {
@@ -93,7 +93,7 @@ TEST_F(BlimpContentsManagerTest, GetNonExistingBlimpContents) {
&tab_control_feature);
BlimpContentsImpl* existing_contents =
- blimp_contents_manager.GetBlimpContents(kDummyTabId);
+ blimp_contents_manager.GetBlimpContents(kDummyBlimpContentsId);
EXPECT_EQ(nullptr, existing_contents);
}
« no previous file with comments | « blimp/client/core/contents/blimp_contents_manager.cc ('k') | blimp/client/core/contents/blimp_contents_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698