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

Unified Diff: chrome/browser/ui/apps/chrome_app_delegate.cc

Issue 1998933002: Update shelf spacing in Chrome OS according to the MD specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 6 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: chrome/browser/ui/apps/chrome_app_delegate.cc
diff --git a/chrome/browser/ui/apps/chrome_app_delegate.cc b/chrome/browser/ui/apps/chrome_app_delegate.cc
index 18cc64e480ba9ee13c7c8ec6585e96a827a91390..4ea3d814fd91f50ae81a99e986f1abd598e0a11a 100644
--- a/chrome/browser/ui/apps/chrome_app_delegate.cc
+++ b/chrome/browser/ui/apps/chrome_app_delegate.cc
@@ -282,7 +282,7 @@ bool ChromeAppDelegate::CheckMediaAccessPermission(
int ChromeAppDelegate::PreferredIconSize() {
#if defined(USE_ASH)
- return ash::kShelfSize;
+ return ash::GetShelfConstant(ash::SHELF_SIZE);
#else
return extension_misc::EXTENSION_ICON_SMALL;
#endif
« no previous file with comments | « ash/test/shelf_view_test_api.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698