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

Side by Side Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h

Issue 2684853002: Discard pinning an app with non-empty launcher id. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_
6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_ 6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_
7 7
8 #include <list> 8 #include <list>
9 #include <memory> 9 #include <memory>
10 10
(...skipping 15 matching lines...) Expand all
26 #include "ui/aura/window_observer.h" 26 #include "ui/aura/window_observer.h"
27 27
28 class AppSyncUIState; 28 class AppSyncUIState;
29 class BrowserStatusMonitor; 29 class BrowserStatusMonitor;
30 class Profile; 30 class Profile;
31 class AppWindowLauncherController; 31 class AppWindowLauncherController;
32 32
33 namespace ash { 33 namespace ash {
34 class ShelfModel; 34 class ShelfModel;
35 namespace launcher { 35 namespace launcher {
36 class AppLauncherId;
36 class ChromeLauncherPrefsObserver; 37 class ChromeLauncherPrefsObserver;
37 } 38 }
38 } 39 }
39 40
40 namespace content { 41 namespace content {
41 class BrowserContext; 42 class BrowserContext;
42 } 43 }
43 44
44 class ChromeLauncherControllerUserSwitchObserver; 45 class ChromeLauncherControllerUserSwitchObserver;
45 46
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 typedef std::vector<std::string> RunningAppListIds; 316 typedef std::vector<std::string> RunningAppListIds;
316 typedef std::map<std::string, RunningAppListIds> RunningAppListIdMap; 317 typedef std::map<std::string, RunningAppListIds> RunningAppListIdMap;
317 RunningAppListIdMap last_used_running_application_order_; 318 RunningAppListIdMap last_used_running_application_order_;
318 319
319 base::WeakPtrFactory<ChromeLauncherControllerImpl> weak_ptr_factory_; 320 base::WeakPtrFactory<ChromeLauncherControllerImpl> weak_ptr_factory_;
320 321
321 DISALLOW_COPY_AND_ASSIGN(ChromeLauncherControllerImpl); 322 DISALLOW_COPY_AND_ASSIGN(ChromeLauncherControllerImpl);
322 }; 323 };
323 324
324 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_ 325 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698