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

Unified Diff: blimp/client/core/blimp_client_context_impl.h

Issue 2201433002: Migrate TabControlFeature from 0.5 to 0.6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/blimp_client_context_impl.h
diff --git a/blimp/client/core/blimp_client_context_impl.h b/blimp/client/core/blimp_client_context_impl.h
index d2414432a1279126c920f91b515beec5858b5198..180400c509510803863b36bc8cae68aa34250d64 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -17,6 +17,8 @@
namespace blimp {
namespace client {
+class BlimpContentsManager;
+
#if defined(OS_ANDROID)
class BlimpClientContextImplAndroid;
#endif // defined(OS_ANDROID)
@@ -43,6 +45,8 @@ class BlimpClientContextImpl : public BlimpClientContext,
private:
BlimpClientContextDelegate* delegate_;
+ std::unique_ptr<BlimpContentsManager> blimp_contents_manager_;
+
DISALLOW_COPY_AND_ASSIGN(BlimpClientContextImpl);
};

Powered by Google App Engine
This is Rietveld 408576698