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

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

Issue 2944553003: cros: Enable Ext4 migration in ARC kiosk mode. (Closed)
Patch Set: Add UMA. Created 3 years, 6 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 | « no previous file | chrome/browser/chromeos/login/arc_kiosk_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..60814d8075ee00212f8dc580965c9c2751517997 100644
--- a/chrome/browser/chromeos/login/arc_kiosk_controller.h
+++ b/chrome/browser/chromeos/login/arc_kiosk_controller.h
@@ -50,6 +50,8 @@ class ArcKioskController : public LoginPerformer::Delegate,
void WhiteListCheckFailed(const std::string& email) override;
void PolicyLoadFailed() override;
void SetAuthFlowOffline(bool offline) override;
+ void OnOldEncryptionDetected(const UserContext& user_context,
+ bool has_incomplete_migration) override;
// UserSessionManagerDelegate implementation:
void OnProfilePrepared(Profile* profile, bool browser_launched) override;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/arc_kiosk_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698