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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h

Issue 2496903003: arc: Add Arc Kiosk app service and ability to launch kiosk apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_comp_parse
Patch Set: rebase Created 4 years, 1 month 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: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
index 6806d5f049767fdf0794d654aaae4a9a080a6ce9..a0c6911174f18990ecc85d3f12a180dd9bd21322 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
@@ -50,6 +50,9 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
// Returns Arc app id. Arc platform host app is mapped to Play Store app.
static std::string GetArcAppIdFromShelfAppId(const std::string& shelf_app_id);
+ // Returns Arc task id for the window.
+ static int GetWindowTaskId(aura::Window* window);
+
// AppWindowLauncherController:
void ActiveUserChanged(const std::string& user_email) override;
void AdditionalUserAddedToSession(Profile* profile) override;

Powered by Google App Engine
This is Rietveld 408576698