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

Unified Diff: components/autofill/content/browser/content_autofill_driver.h

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove infobar if its associated page content is destroyed. Created 5 years, 12 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/browser/content_autofill_driver.h
diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
index cb35d811d533fa362c108a52dccfca01ce96049d..054fefd2d244cb91b0fe1c54b4cc6dd1be40dd5b 100644
--- a/components/autofill/content/browser/content_autofill_driver.h
+++ b/components/autofill/content/browser/content_autofill_driver.h
@@ -17,6 +17,7 @@
namespace content {
class BrowserContext;
class RenderFrameHost;
+class WebContents;
struct FrameNavigateParams;
struct LoadCommittedDetails;
}
@@ -61,6 +62,7 @@ class ContentAutofillDriver : public AutofillDriver {
void RendererShouldFillFieldWithValue(const base::string16& value) override;
void RendererShouldPreviewFieldWithValue(
const base::string16& value) override;
+ void LinkClicked(const GURL& url, WindowOpenDisposition disposition) override;
// Handles a message that came from the associated render frame.
bool HandleMessage(const IPC::Message& message);

Powered by Google App Engine
This is Rietveld 408576698