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

Side by Side Diff: chrome/browser/ui/cocoa/autofill/autofill_main_container.h

Issue 25405003: [rAC, OSX] saveInChrome status now persistent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more space. Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_
6 #define CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_ 6 #define CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 #include "base/mac/scoped_nsobject.h" 10 #include "base/mac/scoped_nsobject.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 // Called when the legal documents text might need to be refreshed. 65 // Called when the legal documents text might need to be refreshed.
66 - (void)updateLegalDocuments; 66 - (void)updateLegalDocuments;
67 67
68 // Called when there are changes to the notification area. 68 // Called when there are changes to the notification area.
69 - (void)updateNotificationArea; 69 - (void)updateNotificationArea;
70 70
71 // Validates form input data. 71 // Validates form input data.
72 - (BOOL)validate; 72 - (BOOL)validate;
73 73
74 // Updates status of "save in Chrome" checkbox.
75 - (void)updateSaveInChrome;
76
74 @end 77 @end
75 78
76 79
77 // AutofillMainContainer helper functions, for testing purposes only. 80 // AutofillMainContainer helper functions, for testing purposes only.
78 @interface AutofillMainContainer (Testing) 81 @interface AutofillMainContainer (Testing)
79 82
80 @property(readonly, nonatomic) NSButton* saveInChromeCheckboxForTesting; 83 @property(readonly, nonatomic) NSButton* saveInChromeCheckboxForTesting;
81 84
82 @end 85 @end
83 86
84 #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_ 87 #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_MAIN_CONTAINER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm ('k') | chrome/browser/ui/cocoa/autofill/autofill_main_container.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698