Commit a934f215 authored by Toni Barzic's avatar Toni Barzic Committed by Commit Bot

Resurect AppListMainViewTests

BUG=1102648

Change-Id: I0cb455c90f5ee79da2bec11d83a047b75e003029
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292832Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
Commit-Queue: Toni Baržić <tbarzic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787473}
parent b0c94b4d
...@@ -131,6 +131,8 @@ class AppListTestViewDelegate : public AppListViewDelegate, ...@@ -131,6 +131,8 @@ class AppListTestViewDelegate : public AppListViewDelegate,
AppListTestModel* ReleaseTestModel() { return model_.release(); } AppListTestModel* ReleaseTestModel() { return model_.release(); }
AppListTestModel* GetTestModel() { return model_.get(); } AppListTestModel* GetTestModel() { return model_.get(); }
SearchModel* ReleaseTestSearchModel() { return search_model_.release(); }
private: private:
void RecordAppLaunched(ash::AppListLaunchedFrom launched_from); void RecordAppLaunched(ash::AppListLaunchedFrom launched_from);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment