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

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

Issue 22429004: Refactor LauncherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some comments Created 7 years, 4 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/chrome_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index 442f2e83c1abc8272e9877722f593d6fd6a78de7..c547fc9a23ed6ec783cee96b13ed2f90826d774d 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -31,9 +31,3 @@ ChromeLauncherController::~ChromeLauncherController() {
if (instance_ == this)
instance_ = NULL;
}
-
-bool ChromeLauncherController::IsPerAppLauncher() {
- if (!instance_)
- return false;
- return instance_->GetPerAppInterface() != NULL;
-}

Powered by Google App Engine
This is Rietveld 408576698