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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 1059393002: Remove --respect-autocomplete-off-autofill flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix last 3 tests Created 5 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: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index d7f47ce4c33348b3cf9b8e29e89c694bec49450d..7b4b9c48a47b67e3f5fca766d87879bc8a56580b 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -167,8 +167,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
void OnQueryFormFieldAutofill(int query_id,
const FormData& form,
const FormFieldData& field,
- const gfx::RectF& bounding_box,
- bool display_warning);
+ const gfx::RectF& bounding_box);
void OnDidEndTextFieldEditing();
void OnHidePopup();
void OnSetDataList(const std::vector<base::string16>& values,
@@ -470,9 +469,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
FormSubmittedAutocompleteEnabled);
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
- AutocompleteOffRespected);
- FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
- AutocompleteOffRespectedWithFlag);
+ AutocompleteOffRespectedForAutocomplete);
DISALLOW_COPY_AND_ASSIGN(AutofillManager);
};
« no previous file with comments | « components/autofill/core/browser/autofill_field.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698