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

Side by Side Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2390793002: Removed Ash.AppList.TimeBetweenTaskSwitches and Ash.Tab.TimeBetweenSwitchToExistingTabUserActions h… (Closed)
Patch Set: Fixed up ash_unittests. Created 4 years, 2 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
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_ASH_CHROME_SHELL_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
6 #define CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "ash/common/shell_delegate.h" 11 #include "ash/common/shell_delegate.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "build/build_config.h" 13 #include "build/build_config.h"
14 #include "chrome/browser/ui/ash/metrics/chrome_user_metrics_recorder.h"
15 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
16 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
17 16
18 namespace chromeos { 17 namespace chromeos {
19 class DisplayConfigurationObserver; 18 class DisplayConfigurationObserver;
20 } 19 }
21 20
22 namespace keyboard { 21 namespace keyboard {
23 class KeyboardUI; 22 class KeyboardUI;
24 } 23 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 const content::NotificationSource& source, 65 const content::NotificationSource& source,
67 const content::NotificationDetails& details) override; 66 const content::NotificationDetails& details) override;
68 67
69 private: 68 private:
70 void PlatformInit(); 69 void PlatformInit();
71 70
72 content::NotificationRegistrar registrar_; 71 content::NotificationRegistrar registrar_;
73 72
74 ChromeLauncherControllerImpl* shelf_delegate_; 73 ChromeLauncherControllerImpl* shelf_delegate_;
75 74
76 // Proxies events from chrome/browser to ash::UserMetricsRecorder.
77 std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_;
78
79 std::unique_ptr<chromeos::DisplayConfigurationObserver> 75 std::unique_ptr<chromeos::DisplayConfigurationObserver>
80 display_configuration_observer_; 76 display_configuration_observer_;
81 77
82 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate); 78 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
83 }; 79 };
84 80
85 #endif // CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_ 81 #endif // CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698