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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_view_android.h

Issue 15961007: Highlight fields we know to be invalid but have no way of locally checking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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/android/autofill/autofill_dialog_view_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
index 0399f72a9be01a900eaec76b68b2c7688e8ad4a9..635e31e3c58881d9bc49a2bce6979354d7a830a4 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
@@ -113,8 +113,7 @@ class AutofillDialogViewAndroid : public AutofillDialogView {
// Returns the list of available user accounts.
std::vector<std::string> GetAvailableUserAccounts();
- bool ValidateSection(DialogSection section,
- AutofillDialogController::ValidationType type);
+ bool ValidateSection(DialogSection section, ValidationType type);
// Starts an automatic sign-in attempt for a given account.
bool StartAutomaticSignIn(const std::string& username);

Powered by Google App Engine
This is Rietveld 408576698