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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc

Issue 354963003: Move gfx::ElideText functionality to RenderText. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and rebase. Created 6 years, 5 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 | « no previous file | chrome/browser/ui/views/location_bar/add_to_app_launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
index ceab84f1519e86f2dd073fc804f686e8640a7062..f6eddecefae64c91fedef5c6681cffc6362e6777 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
@@ -121,7 +121,7 @@ void AppInfoPermissionsPanel::CreateActivePermissionsControl() {
active_permissions_heading_ = CreateHeading(l10n_util::GetStringUTF16(
IDS_APPLICATION_INFO_ACTIVE_PERMISSIONS_TEXT));
active_permissions_list_ =
- CreateBulletedListView(permission_strings, true, gfx::TRUNCATE);
+ CreateBulletedListView(permission_strings, true, gfx::NO_ELIDE);
}
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/add_to_app_launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698