Rename SensitiveInputVisibilityService to InsecureInputService

Renames the mojo interface to reflect its soon-to-be-broader
scope.

Followup CLs will add and act upon a FieldEditedInInsecureContext
method to change the SecurityLevel of the page when a user edits
an input field on a non-secure page.

BUG: 720094
Change-Id: Id4299c6cf53ac36a64f2018bcc0dd45a05d4f81a
TBR: [email protected]
Reviewed-on: https://chromium-review.googlesource.com/599068
Commit-Queue: Eric Lawrence <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Reviewed-by: Emily Stark <[email protected]>
Cr-Commit-Position: refs/heads/master@{#491939}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index f4ae0933..1251b2d 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -126,6 +126,7 @@
   "+third_party/WebKit/public/platform/media_engagement.mojom.h",
   "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
   "+third_party/WebKit/public/platform/modules/budget_service/budget_service.mojom.h",
+  "+third_party/WebKit/public/platform/modules/insecure_input/insecure_input_service.mojom.h",
   "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h",
   "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provider.mojom.h",
   "+third_party/WebKit/public/platform/modules/notifications/WebNotificationConstants.h",
@@ -136,7 +137,6 @@
   "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
   "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackAvailability.h",
   "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
-  "+third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom.h",
   "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
   "+third_party/WebKit/public/platform/site_engagement.mojom.h",
   "+third_party/WebKit/public/public_features.h",