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

Unified Diff: ash/test/shelf_view_test_api.cc

Issue 2712293002: Remove non-MD code from ShelfButton (Closed)
Patch Set: Rebased 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/shelf_view_test_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_view_test_api.cc
diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
index 92afe5db3bb10c3486847aaa680032aa9bb38dae..6231c1540043d3aecb633d6b642f3160606167d8 100644
--- a/ash/test/shelf_view_test_api.cc
+++ b/ash/test/shelf_view_test_api.cc
@@ -135,14 +135,6 @@ gfx::Size ShelfViewTestAPI::GetPreferredSize() {
return shelf_view_->GetPreferredSize();
}
-int ShelfViewTestAPI::GetButtonSize() {
- return GetShelfConstant(SHELF_BUTTON_SIZE);
-}
-
-int ShelfViewTestAPI::GetButtonSpacing() {
- return GetShelfConstant(SHELF_BUTTON_SPACING);
-}
-
int ShelfViewTestAPI::GetMinimumDragDistance() const {
return ShelfView::kMinimumDragDistance;
}
« no previous file with comments | « ash/test/shelf_view_test_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698