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

Unified Diff: blimp/client/core/contents/blimp_contents_impl.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_impl.cc
diff --git a/blimp/client/core/contents/blimp_contents_impl.cc b/blimp/client/core/contents/blimp_contents_impl.cc
index 58dda849fe7c909ede2e565af5605e18712669a2..a4c587ee12cfd66fa40352377e30d9ce1fa1024a 100644
--- a/blimp/client/core/contents/blimp_contents_impl.cc
+++ b/blimp/client/core/contents/blimp_contents_impl.cc
@@ -33,8 +33,8 @@ BlimpContentsImpl::BlimpContentsImpl(
NavigationFeature* navigation_feature,
RenderWidgetFeature* render_widget_feature,
TabControlFeature* tab_control_feature)
- : navigation_controller_(this, navigation_feature),
- compositor_manager_(render_widget_feature, compositor_deps),
+ : navigation_controller_(id, this, navigation_feature),
+ compositor_manager_(id, render_widget_feature, compositor_deps),
id_(id),
ime_feature_(ime_feature),
window_(window),

Powered by Google App Engine
This is Rietveld 408576698