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

Unified Diff: ash/common/shelf/app_list_button.cc

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 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: ash/common/shelf/app_list_button.cc
diff --git a/ash/common/shelf/app_list_button.cc b/ash/common/shelf/app_list_button.cc
index 5b5b117b7cae25c828d614a72e33b4fbd2cf4b69..95ee33a01fad9de6a5358d2e35ecbfdb75f144d2 100644
--- a/ash/common/shelf/app_list_button.cc
+++ b/ash/common/shelf/app_list_button.cc
@@ -47,9 +47,7 @@ AppListButton::AppListButton(InkDropButtonListener* listener,
set_ink_drop_visible_opacity(kShelfInkDropVisibleOpacity);
}
SetAccessibleName(
- app_list::switches::IsExperimentalAppListEnabled()
- ? l10n_util::GetStringUTF16(IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE)
- : l10n_util::GetStringUTF16(IDS_ASH_SHELF_APP_LIST_TITLE));
+ l10n_util::GetStringUTF16(IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE));
SetSize(
gfx::Size(GetShelfConstant(SHELF_SIZE), GetShelfConstant(SHELF_SIZE)));
SetFocusPainter(views::Painter::CreateSolidFocusPainter(

Powered by Google App Engine
This is Rietveld 408576698