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

Unified Diff: chrome/browser/password_manager/password_manager_test_base.h

Issue 2721663002: Move Credentials when migrating to HSTS page (Closed)
Patch Set: Code Deduplication Created 3 years, 9 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/password_manager/password_manager_test_base.h
diff --git a/chrome/browser/password_manager/password_manager_test_base.h b/chrome/browser/password_manager/password_manager_test_base.h
index bb095d7ca670f566b80937331dc05ba2b7bc04f3..580cec6e1684352252c80454266d2ef7127cd3c5 100644
--- a/chrome/browser/password_manager/password_manager_test_base.h
+++ b/chrome/browser/password_manager/password_manager_test_base.h
@@ -136,6 +136,9 @@ class PasswordManagerBrowserTestBase : public InProcessBrowserTest {
const std::string& element_id,
const std::string& expected_value);
+ // Synchronoulsy adds the given host to the list of valid HSTS hosts.
+ void AddHSTSHost(const std::string& host);
+
// Accessors
content::WebContents* WebContents();
content::RenderViewHost* RenderViewHost();

Powered by Google App Engine
This is Rietveld 408576698