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

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

Issue 2823133002: Clean up some ash constants. (Closed)
Patch Set: ditto Created 3 years, 8 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 97b75f82a35fa18cfc9a1f248c5a7745aa14f414..9ede8682fcbb975713aa5dd9ee2cf66bd5f79cd1 100644
--- a/chrome/browser/ui/apps/chrome_app_delegate.cc
+++ b/chrome/browser/ui/apps/chrome_app_delegate.cc
@@ -296,7 +296,7 @@ bool ChromeAppDelegate::CheckMediaAccessPermission(
int ChromeAppDelegate::PreferredIconSize() {
#if defined(USE_ASH)
- return ash::GetShelfConstant(ash::SHELF_SIZE);
+ return ash::kShelfSize;
#else
return extension_misc::EXTENSION_ICON_SMALL;
#endif
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698