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

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

Issue 2708353007: Remove ArcSessionManager::SetShelfDelegateForTesting. (Closed)
Patch Set: Created 3 years, 10 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 76509197f878eca5b868671883f4adef96797b40..ca53a6192e55fb412bcb21fd9d4628688bcd6504 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -22,10 +22,6 @@
class ArcAppLauncher;
class Profile;
-namespace ash {
-class ShelfDelegate;
-}
-
namespace user_prefs {
class PrefRegistrySyncable;
}
@@ -118,7 +114,6 @@ class ArcSessionManager : public ArcSessionObserver,
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
static void DisableUIForTesting();
- static void SetShelfDelegateForTesting(ash::ShelfDelegate* shelf_delegate);
static void EnableCheckAndroidManagementForTesting();
// Returns true if ARC is allowed to run for the current session.

Powered by Google App Engine
This is Rietveld 408576698