Commit b9efafbe authored by Mike Dougherty's avatar Mike Dougherty Committed by Chromium LUCI CQ

Remove unused CRWJSInjectionReceiver references

Bug: 949178
Change-Id: I1af6125928a3f75e782d435016aca68a2e3435f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578700Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Reviewed-by: default avatarVadym Doroshenko  <dvadym@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835804}
parent 5bf1c6c2
......@@ -4,6 +4,8 @@
#import "components/autofill/ios/browser/autofill_agent.h"
#import <UIKit/UIKit.h>
#include <memory>
#include <string>
#include <utility>
......@@ -49,7 +51,6 @@
#include "components/prefs/pref_change_registrar.h"
#include "components/prefs/pref_service.h"
#include "ios/web/common/url_scheme_util.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/deprecated/url_verification_constants.h"
#include "ios/web/public/js_messaging/web_frame.h"
#include "ios/web/public/js_messaging/web_frame_util.h"
......
......@@ -14,7 +14,6 @@
#include "base/strings/sys_string_conversions.h"
#include "base/values.h"
#import "components/autofill/ios/browser/autofill_util.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/js_messaging/web_frame.h"
#include "ios/web/public/js_messaging/web_frames_manager.h"
......
......@@ -20,7 +20,6 @@ component("ios") {
"//components/strings:components_strings_grit",
"//ios/web/common",
"//ios/web/public",
"//ios/web/public/deprecated",
"//ios/web/public/js_messaging",
"//ui/base",
"//url",
......
......@@ -39,7 +39,6 @@
#import "components/password_manager/ios/js_password_manager.h"
#include "components/strings/grit/components_strings.h"
#include "ios/web/common/url_scheme_util.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/js_messaging/web_frame.h"
#include "ios/web/public/js_messaging/web_frame_util.h"
#include "ios/web/public/navigation/navigation_context.h"
......
......@@ -13,7 +13,6 @@
#import "ios/chrome/test/earl_grey/chrome_test_case.h"
#import "ios/chrome/test/scoped_eg_synchronization_disabler.h"
#import "ios/testing/earl_grey/earl_grey_test.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/test/element_selector.h"
#import "ios/web/public/web_state.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
......
......@@ -14,7 +14,6 @@
#import "components/autofill/ios/browser/js_autofill_manager.h"
#include "ios/chrome/browser/web/chrome_web_client.h"
#import "ios/chrome/browser/web/chrome_web_test.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#import "ios/web/public/js_messaging/web_frames_manager.h"
#import "ios/web/public/test/js_test_util.h"
#import "ios/web/public/web_state.h"
......
......@@ -96,7 +96,6 @@ source_set("passwords") {
"//ios/public/provider/chrome/browser/ui",
"//ios/third_party/material_components_ios",
"//ios/web/common",
"//ios/web/public/deprecated",
"//ios/web/public/js_messaging",
"//net",
"//third_party/material_design_icons:ic_account_circle",
......
......@@ -66,7 +66,6 @@
#include "ios/chrome/browser/web/tab_id_tab_helper.h"
#include "ios/chrome/grit/ios_strings.h"
#include "ios/web/common/url_scheme_util.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/js_messaging/web_frame.h"
#include "ios/web/public/js_messaging/web_frame_util.h"
#include "ios/web/public/navigation/navigation_context.h"
......
......@@ -56,8 +56,6 @@ source_set("prerender") {
"//ios/chrome/browser/ui/ntp:util",
"//ios/chrome/browser/web",
"//ios/chrome/browser/web_state_list",
"//ios/web/public/deprecated",
"//ios/web/public/deprecated:deprecated_web_util",
"//ui/base",
"//url",
]
......
......@@ -134,7 +134,6 @@ source_set("ntp_internal") {
"//ios/public/provider/chrome/browser/voice",
"//ios/third_party/material_components_ios",
"//ios/web",
"//ios/web/public/deprecated",
"//net",
"//skia",
"//ui/base",
......
......@@ -27,7 +27,6 @@
#include "components/password_manager/core/browser/leak_detection_dialog_utils.h"
#import "components/password_manager/ios/shared_password_controller.h"
#include "components/sync/driver/sync_service.h"
#import "ios/web/public/deprecated/crw_js_injection_receiver.h"
#include "ios/web/public/js_messaging/web_frame.h"
#include "ios/web/public/js_messaging/web_frame_util.h"
#import "ios/web/public/js_messaging/web_frames_manager.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment