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

Unified Diff: blimp/client/public/blimp_contents.h

Issue 2132163002: Add BlimpClientContext and factory with real and dummy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-core-public-to-blimp-client
Patch Set: git merge origin/master before CQ for good measure 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
« no previous file with comments | « blimp/client/public/blimp_client_context_delegate.h ('k') | blimp/client/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/blimp_contents.h
diff --git a/blimp/client/public/blimp_contents.h b/blimp/client/public/blimp_contents.h
index 239d3d933d40d034c2659a8aac9fdace210814f5..a200e35fe91c501b87e8ce7846d36bbab1d93a1f 100644
--- a/blimp/client/public/blimp_contents.h
+++ b/blimp/client/public/blimp_contents.h
@@ -6,6 +6,7 @@
#define BLIMP_CLIENT_PUBLIC_BLIMP_CONTENTS_H_
#include "base/macros.h"
+#include "base/supports_user_data.h"
#include "url/gurl.h"
namespace blimp {
@@ -18,10 +19,8 @@ class BlimpNavigationController;
// from an engine in a rectangular area.
// It enables callers to control the blimp engine through the use of the
// navigation controller.
-class BlimpContents {
+class BlimpContents : public base::SupportsUserData {
public:
- virtual ~BlimpContents() = default;
-
// Retrives the navigation controller that controls all navigation related
// to this BlimpContents.
virtual BlimpNavigationController& GetNavigationController() = 0;
« no previous file with comments | « blimp/client/public/blimp_client_context_delegate.h ('k') | blimp/client/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698