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

Unified Diff: components/autofill/content/browser/risk/fingerprint.cc

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android Created 5 years, 10 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/risk/fingerprint.cc
diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
index 5a2a72c390763a0f8eb21be8298fd51a2d24286b..c7d2b01dd2ec6e6c1baf68d89c1c887dc7de1b4e 100644
--- a/components/autofill/content/browser/risk/fingerprint.cc
+++ b/components/autofill/content/browser/risk/fingerprint.cc
@@ -478,7 +478,7 @@ void GetFingerprint(
gfx::Rect content_bounds = web_contents->GetContainerBounds();
blink::WebScreenInfo screen_info;
- content::RenderWidgetHostView* host_view =
+ const content::RenderWidgetHostView* host_view =
web_contents->GetRenderWidgetHostView();
if (host_view)
host_view->GetRenderWidgetHost()->GetWebScreenInfo(&screen_info);

Powered by Google App Engine
This is Rietveld 408576698