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

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

Issue 2505533002: Http Bad: Add "Learn more" sublabel to warning message and make it clickable (Closed)
Patch Set: Created 4 years, 1 month 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 f3d3e2f762e8271d3fc262f0cda24476164aef63..63d1730c1067cf123645f2da1c1c30afe6fd51b7 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -217,6 +217,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// to be uploadable. Exposed for testing.
bool ShouldUploadForm(const FormStructure& form);
+ void OpenUrl(const GURL& url);
+
protected:
// Test code should prefer to use this constructor.
AutofillManager(AutofillDriver* driver,

Powered by Google App Engine
This is Rietveld 408576698