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

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

Issue 140323010: Ash:Shelf - Cleanup of Alternate Shelf (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ButtonSize and ButtonSpacing moved to shelf_constants Created 6 years, 11 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_shell_window_delegate.cc
diff --git a/chrome/browser/ui/apps/chrome_shell_window_delegate.cc b/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
index 957be818492419878fc69d8a9f5c78a3fe5f1fac..9ce422d745926c2d0d420704c4427a6ae7c72d65 100644
--- a/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
+++ b/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
+#include "ash/shelf/shelf_constants.h"
#include "base/strings/stringprintf.h"
#include "chrome/browser/favicon/favicon_tab_helper.h"
#include "chrome/browser/file_select_helper.h"
@@ -145,7 +146,7 @@ void ChromeShellWindowDelegate::RequestMediaAccessPermission(
int ChromeShellWindowDelegate::PreferredIconSize() {
#if defined(USE_ASH)
- return ash::kShelfPreferredSize;
+ return ash::kShelfSize;
#else
return extension_misc::EXTENSION_ICON_SMALL;
#endif

Powered by Google App Engine
This is Rietveld 408576698