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

Unified 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: Created 7 years, 3 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 f4be2d1e043ed3b22de20e7c9481b10f056e504f..559f5483a0f3cdc7bac04014f693cd1f23281d7a 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
@@ -71,6 +71,9 @@ namespace autofill {
// Validates form input data.
- (BOOL)validate;
+// Updates status of "save in Chrome" checkbox.
+- (void)updateSaveInChrome;
+
@end

Powered by Google App Engine
This is Rietveld 408576698