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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.cc

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/ui/ash/launcher/launcher_controller_helper.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
index 3cd83c61afb505ede455e383ca9435812be28f6e..222623a9168a1b2495699961653dbe5d8415cdd5 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
@@ -164,10 +164,6 @@ bool LauncherControllerHelper::IsValidIDForCurrentUser(
return true;
}
-void LauncherControllerHelper::SetCurrentUser(Profile* profile) {
- profile_ = profile;
-}
-
void LauncherControllerHelper::LaunchApp(const std::string& app_id,
ash::LaunchSource source,
int event_flags) {

Powered by Google App Engine
This is Rietveld 408576698