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

Side by Side Diff: ash/test/test_app_list_view_presenter_impl.h

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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
« no previous file with comments | « ash/test/BUILD.gn ('k') | ash/test/test_app_list_view_presenter_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 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 #ifndef ASH_TEST_TEST_APP_LIST_VIEW_PRESENTER_IMPL_H_
6 #define ASH_TEST_TEST_APP_LIST_VIEW_PRESENTER_IMPL_H_
7
8 #include "ash/ash_export.h"
9 #include "base/macros.h"
10 #include "ui/app_list/presenter/app_list_presenter_impl.h"
11
12 namespace ash {
13 namespace test {
14
15 // An app list presenter impl subclass that presents a no-op test app list view.
16 // Some tests rely on the presenter and delegate implementations' behavior.
17 class TestAppListViewPresenterImpl : public app_list::AppListPresenterImpl {
18 public:
19 TestAppListViewPresenterImpl();
20 ~TestAppListViewPresenterImpl() override;
21
22 private:
23 DISALLOW_COPY_AND_ASSIGN(TestAppListViewPresenterImpl);
24 };
25
26 } // namespace test
27 } // namespace ash
28
29 #endif // ASH_TEST_TEST_APP_LIST_VIEW_PRESENTER_IMPL_H_
OLDNEW
« no previous file with comments | « ash/test/BUILD.gn ('k') | ash/test/test_app_list_view_presenter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698