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

Side by Side Diff: chrome/browser/ui/views/aura/chrome_shell_delegate.h

Issue 9479031: aura: Implement new app list mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation error Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_
6 #define CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "ash/launcher/launcher_types.h" 9 #include "ash/launcher/launcher_types.h"
10 #include "ash/shell_delegate.h" 10 #include "ash/shell_delegate.h"
(...skipping 20 matching lines...) Expand all
31 } 31 }
32 32
33 StatusAreaView* GetStatusArea(); 33 StatusAreaView* GetStatusArea();
34 34
35 // ash::ShellDelegate overrides; 35 // ash::ShellDelegate overrides;
36 virtual views::Widget* CreateStatusArea() OVERRIDE; 36 virtual views::Widget* CreateStatusArea() OVERRIDE;
37 #if defined(OS_CHROMEOS) 37 #if defined(OS_CHROMEOS)
38 virtual void LockScreen() OVERRIDE; 38 virtual void LockScreen() OVERRIDE;
39 #endif 39 #endif
40 virtual void Exit() OVERRIDE; 40 virtual void Exit() OVERRIDE;
41 virtual void BuildAppListModel(ash::AppListModel* model) OVERRIDE;
42 virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE; 41 virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
43 virtual std::vector<aura::Window*> GetCycleWindowList( 42 virtual std::vector<aura::Window*> GetCycleWindowList(
44 CycleSource source, 43 CycleSource source,
45 CycleOrder order) const OVERRIDE; 44 CycleOrder order) const OVERRIDE;
46 virtual void StartPartialScreenshot( 45 virtual void StartPartialScreenshot(
47 ash::ScreenshotDelegate* screenshot_delegate) OVERRIDE; 46 ash::ScreenshotDelegate* screenshot_delegate) OVERRIDE;
48 virtual ash::LauncherDelegate* CreateLauncherDelegate( 47 virtual ash::LauncherDelegate* CreateLauncherDelegate(
49 ash::LauncherModel* model) OVERRIDE; 48 ash::LauncherModel* model) OVERRIDE;
50 virtual ash::SystemTrayDelegate* CreateSystemTrayDelegate() OVERRIDE; 49 virtual ash::SystemTrayDelegate* CreateSystemTrayDelegate() OVERRIDE;
51 50
52 private: 51 private:
53 static ChromeShellDelegate* instance_; 52 static ChromeShellDelegate* instance_;
54 53
55 scoped_ptr<StatusAreaHostAura> status_area_host_; 54 scoped_ptr<StatusAreaHostAura> status_area_host_;
56 55
57 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate); 56 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
58 }; 57 };
59 58
60 #endif // CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_ 59 #endif // CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/aura/app_list/extension_app_item.cc ('k') | chrome/browser/ui/views/aura/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698