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

Unified Diff: chrome/browser/chromeos/login/arc_kiosk_controller.h

Issue 2758593002: Enable screen capture for ARC++ Kiosk (Closed)
Patch Set: 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
Index: chrome/browser/chromeos/login/arc_kiosk_controller.h
diff --git a/chrome/browser/chromeos/login/arc_kiosk_controller.h b/chrome/browser/chromeos/login/arc_kiosk_controller.h
index 8408535741e1d974b09fab3bf13f7cf290fc6e86..0990d52c03307316d70cf99b4d8f9ac331cf80a5 100644
--- a/chrome/browser/chromeos/login/arc_kiosk_controller.h
+++ b/chrome/browser/chromeos/login/arc_kiosk_controller.h
@@ -5,6 +5,9 @@
#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_ARC_KIOSK_CONTROLLER_H_
#define CHROME_BROWSER_CHROMEOS_LOGIN_ARC_KIOSK_CONTROLLER_H_
+#include <memory>
+#include <string>
+
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_service.h"
@@ -38,7 +41,7 @@ class ArcKioskController : public LoginPerformer::Delegate,
~ArcKioskController() override;
// Starts ARC kiosk splash screen.
- void StartArcKiosk(const AccountId& account_id);
+ void StartArcKiosk(const AccountId& account_id, bool is_auto_launch);
private:
void CleanUp();

Powered by Google App Engine
This is Rietveld 408576698