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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win. h"
6
7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/ui/extensions/application_launch.h"
9 #include "extensions/browser/app_window/app_window.h"
10 #include "extensions/browser/app_window/app_window_registry.h"
11 #include "ui/base/resource/resource_bundle.h"
12
13 AppListControllerDelegateWin::AppListControllerDelegateWin(
14 AppListServiceViews* service)
15 : AppListControllerDelegateViews(service) {}
16
17 AppListControllerDelegateWin::~AppListControllerDelegateWin() {}
18
19 bool AppListControllerDelegateWin::ForceNativeDesktop() const {
20 return true;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698