Index: components/autofill/core/browser/autofill_client.h |
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h |
index 6d2edcab3db9f361f4383d63bb7b4556b46d6cb3..11700dc6515f5c515d5b8eda7bccc00662c0302a 100644 |
--- a/components/autofill/core/browser/autofill_client.h |
+++ b/components/autofill/core/browser/autofill_client.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/strings/string16.h" |
#include "ui/base/window_open_disposition.h" |
+#include "url/gurl.h" |
class IdentityProvider; |
@@ -173,6 +174,9 @@ class AutofillClient { |
// Opens |url| with the supplied |disposition|. |
virtual void LinkClicked(const GURL& url, |
WindowOpenDisposition disposition) = 0; |
+ |
+ // If the context is secure. |
+ virtual bool IsContextSecure(const GURL& form_origin) = 0; |
}; |
} // namespace autofill |