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

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

Issue 11316323: Cleanup enums for shelf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 8 years 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_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/launcher/launcher_delegate.h" 10 #include "ash/launcher/launcher_delegate.h"
11 #include "ash/launcher/launcher_types.h" 11 #include "ash/launcher/launcher_types.h"
12 #include "ash/wm/shelf_types.h" 12 #include "ash/shelf_types.h"
13 #include "chrome/browser/extensions/extension_prefs.h" 13 #include "chrome/browser/extensions/extension_prefs.h"
14 14
15 class BrowserLauncherItemControllerTest; 15 class BrowserLauncherItemControllerTest;
16 class LauncherItemController; 16 class LauncherItemController;
17 class Profile; 17 class Profile;
18 class TabContents; 18 class TabContents;
19 19
20 namespace ash { 20 namespace ash {
21 class LauncherModel; 21 class LauncherModel;
22 } 22 }
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 virtual void SetAppTabHelperForTest(AppTabHelper* helper) = 0; 262 virtual void SetAppTabHelperForTest(AppTabHelper* helper) = 0;
263 virtual void SetAppIconLoaderForTest(AppIconLoader* loader) = 0; 263 virtual void SetAppIconLoaderForTest(AppIconLoader* loader) = 0;
264 virtual const std::string& GetAppIdFromLauncherIdForTest( 264 virtual const std::string& GetAppIdFromLauncherIdForTest(
265 ash::LauncherID id) = 0; 265 ash::LauncherID id) = 0;
266 266
267 private: 267 private:
268 static ChromeLauncherController* instance_; 268 static ChromeLauncherController* instance_;
269 }; 269 };
270 270
271 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_ 271 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/wm/workspace/workspace_manager_unittest.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698