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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_main_container.h

Issue 14704004: [Autofill] Add Details Section (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
index 5a105024916b14c539794235779c7389a46fe65c..5df621ff2861f0553d05efc0cf1d5432617a02ce 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
@@ -10,6 +10,7 @@
#include "base/memory/scoped_nsobject.h"
@class AutofillAccountChooser;
+@class AutofillDetailsContainer;
@class AutofillDialogWindowController;
@class GTMWidthBasedTweaker;
@@ -21,6 +22,7 @@ namespace autofill {
@private
scoped_nsobject<AutofillAccountChooser> accountChooser_;
scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_;
+ scoped_nsobject<AutofillDetailsContainer> detailsContainer_;
AutofillDialogWindowController* target_;
autofill::AutofillDialogController* controller_; // Not owned.
}

Powered by Google App Engine
This is Rietveld 408576698