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

Unified Diff: ash/launcher/launcher_types.h

Issue 97983003: Start the move of launcher_types.h to shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the rename Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_export.h ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index 9a8b16bf65ce7046122f1ff4e492658e05376165..e7e541e7b22fb7037f3666558cc9b0734d1a99cf 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -15,21 +15,6 @@ namespace ash {
typedef int LauncherID;
-// Height of the Launcher. Hard coded to avoid resizing as items are
-// added/removed.
-ASH_EXPORT extern const int kLauncherPreferredSize;
-
-// Max alpha of the launcher background.
-ASH_EXPORT extern const int kLauncherBackgroundAlpha;
-
-// Invalid image resource id used for LauncherItemDetails.
-extern const int kInvalidImageResourceID;
-
-extern const int kInvalidLauncherID;
-
-// Animation duration for switching black shelf and dock background on and off.
-ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
-
// Type the LauncherItem represents.
enum LauncherItemType {
// Represents a running app panel.
« no previous file with comments | « ash/ash_export.h ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698