| Index: chrome/browser/autofill/risk/fingerprint.cc
|
| diff --git a/chrome/browser/autofill/risk/fingerprint.cc b/chrome/browser/autofill/risk/fingerprint.cc
|
| index ef7b2ad5ce460fa9422714ed70bb96749b296d82..f979bc9a6e58c8f2ea72fa9c14cb43b77c50ee61 100644
|
| --- a/chrome/browser/autofill/risk/fingerprint.cc
|
| +++ b/chrome/browser/autofill/risk/fingerprint.cc
|
| @@ -367,16 +367,6 @@ void GetFingerprint(
|
| const WebKit::WebScreenInfo& screen_info,
|
| const PrefServiceBase& prefs,
|
| const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) {
|
| - // TODO(isherman): Add a DCHECK that the ToS have been accepted prior to
|
| - // calling into this method. Also, ensure that the UI contains a clear
|
| - // indication to the user as to what data will be collected. Until then, this
|
| - // code should not be called.
|
| -
|
| - // TODO(isherman): In order to actually be able to pass in the WebScreenInfo
|
| - // that's used here, we'll need to expose RenderWidgetHostImpl's
|
| - // GetWebScreenInfo() as part of the public RenderWidgetHost interface.
|
| - // We can then access it via the dialog's WebContents pointer.
|
| -
|
| // Begin loading all of the data that we need to load asynchronously.
|
| // This class is responsible for freeing its own memory.
|
| new FingerprintDataLoader(gaia_id, window_bounds, content_bounds,
|
|
|