OLD | NEW |
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_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ | 5 #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ |
6 #define CHROME_BROWSER_UI_VIEWS_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ | 6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ |
7 | 7 |
8 #include <list> | 8 #include <list> |
9 #include <map> | 9 #include <map> |
10 #include <string> | 10 #include <string> |
11 | 11 |
12 #include "ash/launcher/launcher_delegate.h" | 12 #include "ash/launcher/launcher_delegate.h" |
13 #include "ash/launcher/launcher_model_observer.h" | 13 #include "ash/launcher/launcher_model_observer.h" |
14 #include "ash/launcher/launcher_types.h" | 14 #include "ash/launcher/launcher_types.h" |
15 #include "ash/shell_observer.h" | 15 #include "ash/shell_observer.h" |
16 #include "ash/wm/shelf_types.h" | 16 #include "ash/wm/shelf_types.h" |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 scoped_ptr<AppIconLoader> app_icon_loader_; | 350 scoped_ptr<AppIconLoader> app_icon_loader_; |
351 | 351 |
352 content::NotificationRegistrar notification_registrar_; | 352 content::NotificationRegistrar notification_registrar_; |
353 | 353 |
354 PrefChangeRegistrar pref_change_registrar_; | 354 PrefChangeRegistrar pref_change_registrar_; |
355 aura::client::ActivationClient* activation_client_; | 355 aura::client::ActivationClient* activation_client_; |
356 | 356 |
357 DISALLOW_COPY_AND_ASSIGN(ChromeLauncherController); | 357 DISALLOW_COPY_AND_ASSIGN(ChromeLauncherController); |
358 }; | 358 }; |
359 | 359 |
360 #endif // CHROME_BROWSER_UI_VIEWS_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ | 360 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ |
OLD | NEW |