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

Unified Diff: chrome/browser/autofill/autofill_dialog_controller_mac.mm

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 | « no previous file | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_dialog_controller_mac.mm
===================================================================
--- chrome/browser/autofill/autofill_dialog_controller_mac.mm (revision 42974)
+++ chrome/browser/autofill/autofill_dialog_controller_mac.mm (working copy)
@@ -97,7 +97,7 @@
}
// Adds new address to bottom of list. A new address controller is created
-// and its view is inserted into the view heirarchy.
+// and its view is inserted into the view hierarchy.
- (IBAction)addNewAddress:(id)sender {
// Insert relative to top of section, or below last address.
NSView* insertionPoint;
@@ -132,7 +132,7 @@
}
// Adds new credit card to bottom of list. A new credit card controller is
-// created and its view is inserted into the view heirarchy.
+// created and its view is inserted into the view hierarchy.
- (IBAction)addNewCreditCard:(id)sender {
// Insert relative to top of section, or below last address.
NSView* insertionPoint;
« no previous file with comments | « no previous file | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698