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

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

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: Revert IsIntentHelperAvailable fix. 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..c5b70b7fe358addb19622c4c25ca1fd5b0a00d56 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -126,18 +126,8 @@ class ArcSessionManager : public ArcSessionObserver,
static void DisableUIForTesting();
static void SetShelfDelegateForTesting(ash::ShelfDelegate* shelf_delegate);
-
- // Checks if OptIn verification was disabled by switch in command line.
- static bool IsOptInVerificationDisabled();
-
static void EnableCheckAndroidManagementForTesting();
- // Returns true if Arc is allowed to run for the given profile.
- static bool IsAllowedForProfile(const Profile* profile);
-
- // Returns true if ARC should run under Kiosk mode.
- static bool IsArcKioskMode();
-
// Returns true if Arc is allowed to run for the current session.
bool IsAllowed() const;
Yusuke Sato 2017/01/19 22:39:31 I feel the function name is too similar to IsAllow
hidehiko 2017/01/24 17:46:11 Sure. Added TODO.

Powered by Google App Engine
This is Rietveld 408576698