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

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 563313004: [Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments. Created 6 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: components/autofill/content/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index d062c32ca3081bb82b0e5a95a19738dca913a3e2..c5427df1934c71170ec80973cf8a65f18088050b 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -230,25 +230,6 @@ class AutofillAgent : public content::RenderViewObserver,
base::WeakPtrFactory<AutofillAgent> weak_ptr_factory_;
- friend class PasswordAutofillAgentTest;
- friend class RequestAutocompleteRendererTest;
- FRIEND_TEST_ALL_PREFIXES(AutofillRendererTest, FillFormElement);
- FRIEND_TEST_ALL_PREFIXES(AutofillRendererTest, SendDynamicForms);
- FRIEND_TEST_ALL_PREFIXES(AutofillRendererTest, ShowAutofillWarning);
- FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, WaitUsername);
- FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, SuggestionAccept);
- FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, SuggestionSelect);
- FRIEND_TEST_ALL_PREFIXES(
- PasswordAutofillAgentTest,
- PasswordAutofillTriggersOnChangeEventsWaitForUsername);
- FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, CredentialsOnClick);
- FRIEND_TEST_ALL_PREFIXES(RequestAutocompleteRendererTest,
- NoCancelOnMainFrameNavigateAfterDone);
- FRIEND_TEST_ALL_PREFIXES(RequestAutocompleteRendererTest,
- NoCancelOnSubframeNavigateAfterDone);
- FRIEND_TEST_ALL_PREFIXES(RequestAutocompleteRendererTest,
- InvokingTwiceOnlyShowsOnce);
-
DISALLOW_COPY_AND_ASSIGN(AutofillAgent);
};
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | components/autofill/content/renderer/password_autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698