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

Unified Diff: ash/shell/launcher_delegate_impl.cc

Issue 22887015: Remove PerBrowser launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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: ash/shell/launcher_delegate_impl.cc
diff --git a/ash/shell/launcher_delegate_impl.cc b/ash/shell/launcher_delegate_impl.cc
index 51f6171f8c95c87a0f1a9f5de68846dae14111b8..ac0aeee5829b15fad9c7e35ff401280aaf1897ae 100644
--- a/ash/shell/launcher_delegate_impl.cc
+++ b/ash/shell/launcher_delegate_impl.cc
@@ -64,10 +64,6 @@ void LauncherDelegateImpl::OnLauncherCreated(Launcher* launcher) {
void LauncherDelegateImpl::OnLauncherDestroyed(Launcher* launcher) {
}
-bool LauncherDelegateImpl::IsPerAppLauncher() {
- return false;
-}
-
LauncherID LauncherDelegateImpl::GetLauncherIDForAppID(
const std::string& app_id) {
return 0;

Powered by Google App Engine
This is Rietveld 408576698