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

Unified Diff: chrome/browser/views/generic_info_view.cc

Issue 1561020: Hierarchy. Hierarchy. Hierarchy!!! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/cocoa/preferences_window_controller.mm ('k') | media/base/callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/generic_info_view.cc
===================================================================
--- chrome/browser/views/generic_info_view.cc (revision 42974)
+++ chrome/browser/views/generic_info_view.cc (working copy)
@@ -98,7 +98,7 @@
// Color these borderless text areas the same as the containing dialog.
SkColor text_area_background = color_utils::GetSysSkColor(COLOR_3DFACE);
- // Init them now that they're in the view heirarchy.
+ // Init them now that they're in the view hierarchy.
value->SetReadOnly(true);
value->RemoveBorder();
value->SetBackgroundColor(text_area_background);
« no previous file with comments | « chrome/browser/cocoa/preferences_window_controller.mm ('k') | media/base/callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698