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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 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/views/app_list/win/app_list_controller_delegate_win.cc
diff --git a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
deleted file mode 100644
index 2f0900ac3c23459f6cb22b69a3f9d6545fc3cccb..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h"
-
-#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/ui/extensions/application_launch.h"
-#include "extensions/browser/app_window/app_window.h"
-#include "extensions/browser/app_window/app_window_registry.h"
-#include "ui/base/resource/resource_bundle.h"
-
-AppListControllerDelegateWin::AppListControllerDelegateWin(
- AppListServiceViews* service)
- : AppListControllerDelegateViews(service) {}
-
-AppListControllerDelegateWin::~AppListControllerDelegateWin() {}
-
-bool AppListControllerDelegateWin::ForceNativeDesktop() const {
- return true;
-}

Powered by Google App Engine
This is Rietveld 408576698