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

Unified Diff: chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h

Issue 9559005: aura: Implement app list M19 mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use a better way to get ceiling Created 8 years, 10 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/aura/app_list/app_list_view_delegate.h
diff --git a/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h b/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
index 452633be8df18baa14b87d3af306fe41b21402fa..dfee0c0cb781d45c4ddab44308a5fe4abc27a808 100644
--- a/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -17,6 +17,8 @@ class AppListViewDelegate : public ash::AppListViewDelegate {
private:
// Overridden from ash::AppListViewDelegate:
+ virtual void BuildAppListModel(const std::string& query,
+ ash::AppListModel* model) OVERRIDE;
virtual void OnAppListItemActivated(ash::AppListItemModel* item,
int event_flags) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698