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

Unified Diff: ash/wm/screen_pinning_controller.h

Issue 2780943002: Enables ScreenPinningController for mash/mus (Closed)
Patch Set: local Created 3 years, 9 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 | « ash/shell.cc ('k') | ash/wm/screen_pinning_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/screen_pinning_controller.h
diff --git a/ash/wm/screen_pinning_controller.h b/ash/wm/screen_pinning_controller.h
index 401a7e96d76b51326079c6503bcb0fd4cc4066a1..effb4a914e8f75fa4b838b20f3e82c06bc63cdf2 100644
--- a/ash/wm/screen_pinning_controller.h
+++ b/ash/wm/screen_pinning_controller.h
@@ -8,6 +8,7 @@
#include <memory>
#include <vector>
+#include "ash/ash_export.h"
#include "ash/common/wm_display_observer.h"
#include "base/macros.h"
@@ -30,7 +31,7 @@ class WindowUserData;
// Android, or a single-purpose or kiosk application."
// https://developer.android.com/about/versions/android-5.0.html#ScreenPinning
// See also ArcKioskAppLauncher::CheckAndPinWindow().
-class ScreenPinningController : public WmDisplayObserver {
+class ASH_EXPORT ScreenPinningController : public WmDisplayObserver {
public:
ScreenPinningController();
~ScreenPinningController() override;
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/screen_pinning_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698