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

Unified Diff: blimp/client/session/blimp_client_session_linux.h

Issue 1636163002: Restructure contents of blimp/client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/session/blimp_client_session_linux.h
diff --git a/blimp/client/session/blimp_client_session_linux.h b/blimp/client/session/blimp_client_session_linux.h
deleted file mode 100644
index 577cbad34c8b08ad7ef75a02f475081c5412e480..0000000000000000000000000000000000000000
--- a/blimp/client/session/blimp_client_session_linux.h
+++ /dev/null
@@ -1,41 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef BLIMP_CLIENT_SESSION_BLIMP_CLIENT_SESSION_LINUX_H_
-#define BLIMP_CLIENT_SESSION_BLIMP_CLIENT_SESSION_LINUX_H_
-
-#include "base/macros.h"
-#include "blimp/client/linux/blimp_display_manager.h"
-#include "blimp/client/session/blimp_client_session.h"
-#include "blimp/client/session/navigation_feature.h"
-
-namespace ui {
-class PlatformEventSource;
-}
-
-namespace blimp {
-namespace client {
-
-class BlimpClientSessionLinux : public BlimpClientSession,
- public BlimpDisplayManagerDelegate {
- public:
- BlimpClientSessionLinux();
- ~BlimpClientSessionLinux() override;
-
- // BlimpDisplayManagerDelegate implementation.
- void OnClosed() override;
-
- private:
- scoped_ptr<ui::PlatformEventSource> event_source_;
- scoped_ptr<BlimpDisplayManager> blimp_display_manager_;
- scoped_ptr<NavigationFeature::NavigationFeatureDelegate>
- navigation_feature_delegate_;
-
- DISALLOW_COPY_AND_ASSIGN(BlimpClientSessionLinux);
-};
-
-} // namespace client
-} // namespace blimp
-
-#endif // BLIMP_CLIENT_SESSION_BLIMP_CLIENT_SESSION_LINUX_H_
« no previous file with comments | « blimp/client/session/blimp_client_session_android.cc ('k') | blimp/client/session/blimp_client_session_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698