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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.h

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: address comments. Created 3 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: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 20ef5ab3104ee0b42a0e0d9229b490414b3d85fe..8845494365a41e142c596515cbd4e6270d6c73a3 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -135,6 +135,9 @@ class ArcSessionManager : public ArcSessionObserver,
// Returns true if Arc is allowed to run for the given profile.
static bool IsAllowedForProfile(const Profile* profile);
+ // Disallows ARC for all profiles for testing.
+ static void DisallowForTesting();
+
// Returns true if ARC should run under Kiosk mode.
static bool IsArcKioskMode();

Powered by Google App Engine
This is Rietveld 408576698