[PWA/NavCapture]: Move link_capturing_features to /web_applications
This CL moves link_capturing_features to chrome/browser/web_applications so that it is accessible to files in the the web_applications directory. This is the refactor for files in the ['chrome/browser/ui/extensions', 'chrome/browser/ui/views/web_apps', 'chrome/browser/ui/web_applications'] Once all related CLs have been merged, CL to delete the component with chrome/browser/apps/link_capturing/link_capturing_features.h from its BUILD file will be merged. This CL was uploaded by git cl split. R=alancutter@chromium.org Change-Id: I3b37d27255d4b573aa58191d14009873a78c2fbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6253670 Commit-Queue: May Siem <msiem@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Auto-Submit: May Siem <msiem@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1418975}
This commit is contained in:
chrome/browser/ui
extensions
views
web_applications
@ -24,7 +24,6 @@
|
||||
#include "build/build_config.h"
|
||||
#include "chrome/app/chrome_command_ids.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_test.h"
|
||||
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
|
||||
#include "chrome/browser/chrome_content_browser_client.h"
|
||||
#include "chrome/browser/extensions/extension_browsertest.h"
|
||||
#include "chrome/browser/preloading/prerender/prerender_utils.h"
|
||||
@ -43,6 +42,7 @@
|
||||
#include "chrome/browser/ui/web_applications/web_app_launch_utils.h"
|
||||
#include "chrome/browser/ui/web_applications/web_app_menu_model.h"
|
||||
#include "chrome/browser/web_applications/external_install_options.h"
|
||||
#include "chrome/browser/web_applications/link_capturing_features.h"
|
||||
#include "chrome/browser/web_applications/mojom/user_display_mode.mojom.h"
|
||||
#include "chrome/browser/web_applications/os_integration/os_integration_manager.h"
|
||||
#include "chrome/browser/web_applications/test/os_integration_test_override_impl.h"
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include "chrome/browser/apps/app_service/app_icon_source.h"
|
||||
#include "chrome/browser/apps/app_service/app_registry_cache_waiter.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
|
||||
#include "chrome/browser/banners/test_app_banner_manager_desktop.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
@ -97,6 +96,7 @@
|
||||
#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_install_source.h"
|
||||
#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_trust_checker.h"
|
||||
#include "chrome/browser/web_applications/isolated_web_apps/test/test_signed_web_bundle_builder.h"
|
||||
#include "chrome/browser/web_applications/link_capturing_features.h"
|
||||
#include "chrome/browser/web_applications/manifest_update_manager.h"
|
||||
#include "chrome/browser/web_applications/mojom/user_display_mode.mojom.h"
|
||||
#include "chrome/browser/web_applications/os_integration/web_app_file_handler_registration.h"
|
||||
|
@ -7,12 +7,12 @@
|
||||
#include "base/check_is_test.h"
|
||||
#include "base/test/test_future.h"
|
||||
#include "base/time/time.h"
|
||||
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
|
||||
#include "chrome/browser/ui/intent_picker_tab_helper.h"
|
||||
#include "chrome/browser/ui/views/frame/browser_view.h"
|
||||
#include "chrome/browser/ui/views/frame/toolbar_button_provider.h"
|
||||
#include "chrome/browser/ui/views/intent_picker_bubble_view.h"
|
||||
#include "chrome/browser/ui/views/location_bar/intent_chip_button.h"
|
||||
#include "chrome/browser/web_applications/link_capturing_features.h"
|
||||
#include "chrome/common/chrome_features.h"
|
||||
#include "ui/events/event.h"
|
||||
#include "ui/events/types/event_type.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include "base/feature_list.h"
|
||||
#include "base/strings/string_split.h"
|
||||
#include "base/types/optional_util.h"
|
||||
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
#include "chrome/browser/ui/browser_finder.h"
|
||||
#include "chrome/browser/ui/browser_list.h"
|
||||
@ -17,6 +16,7 @@
|
||||
#include "chrome/browser/ui/web_applications/web_app_browser_controller.h"
|
||||
#include "chrome/browser/ui/web_applications/web_app_launch_navigation_handle_user_data.h"
|
||||
#include "chrome/browser/ui/web_applications/web_app_launch_utils.h"
|
||||
#include "chrome/browser/web_applications/link_capturing_features.h"
|
||||
#include "chrome/browser/web_applications/navigation_capturing_log.h"
|
||||
#include "chrome/browser/web_applications/navigation_capturing_settings.h"
|
||||
#include "chrome/browser/web_applications/web_app_helpers.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "chrome/browser/apps/app_service/app_launch_params.h"
|
||||
#include "chrome/browser/apps/app_service/launch_utils.h"
|
||||
#include "chrome/browser/apps/link_capturing/enable_link_capturing_infobar_delegate.h"
|
||||
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profiles_state.h"
|
||||
#include "chrome/browser/sessions/app_session_service.h"
|
||||
@ -60,6 +59,7 @@
|
||||
#include "chrome/browser/ui/web_applications/web_app_launch_process.h"
|
||||
#include "chrome/browser/ui/web_applications/web_app_launch_utils.h"
|
||||
#include "chrome/browser/ui/web_applications/web_app_tabbed_utils.h"
|
||||
#include "chrome/browser/web_applications/link_capturing_features.h"
|
||||
#include "chrome/browser/web_applications/locks/app_lock.h"
|
||||
#include "chrome/browser/web_applications/mojom/user_display_mode.mojom-shared.h"
|
||||
#include "chrome/browser/web_applications/navigation_capturing_log.h"
|
||||
|
Reference in New Issue
Block a user