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

Unified Diff: ui/app_list/cocoa/item_drag_controller.mm

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: ui/app_list/cocoa/item_drag_controller.mm
diff --git a/ui/app_list/cocoa/item_drag_controller.mm b/ui/app_list/cocoa/item_drag_controller.mm
index a4413c0b4d26d54a0ab8c4d86221fbe2119e0216..1de425b97d5a2dfc3d3af94752fee2fa15a0c6bd 100644
--- a/ui/app_list/cocoa/item_drag_controller.mm
+++ b/ui/app_list/cocoa/item_drag_controller.mm
@@ -8,17 +8,13 @@
#import "ui/app_list/cocoa/apps_grid_view_item.h"
#include "ui/base/cocoa/window_size_constants.h"
-namespace {
-
// Scale to transform the grid cell when a drag starts. Note that 1.5 ensures
// that integers are used for the layer bounds when the grid cell dimensions
// are even.
const CGFloat kDraggingIconScale = 1.5;
const NSTimeInterval kAnimationDuration = 0.2;
-NSString* const kGrowAnimationKey = @"growAnimation";
-} // namespace
@interface ItemDragController ()

Powered by Google App Engine
This is Rietveld 408576698