Change information
Commit message:
[Extensions] Move ExtensionGCMAppHandler to an API folder
ExtensionGCMAppHandler is currently defined at
//chrome/browser/extensions, but is only needed for the GCM API, and
is primarily accessed by the GCM API (indeed, its corresponding tests
already live in //chrome/browser/extensions/api/gcm). Move the files
to //chrome/browser/extensions/api/gcm/extension_gcm_app_handler.* to
be consistent.
This is in preparation for pulling the GCM API into its own GN target.
This CL should have no behavior change.
Bug: 40245282
Change-Id: I881bef8ef5e75a29e73740cc1732f71830af1dc0
Bypass-Check-License: Just moving files
Cr-Commit-Position: refs/heads/main@{#1566451}
Files:
- M chrome/browser/extensions/BUILD.gn
- M chrome/browser/extensions/api/api_browser_context_keyed_service_factories.cc
- R chrome/browser/extensions/api/gcm/extension_gcm_app_handler.cc
- R chrome/browser/extensions/api/gcm/extension_gcm_app_handler.h
- M chrome/browser/extensions/api/gcm/extension_gcm_app_handler_unittest.cc
- M chrome/browser/extensions/api/gcm/gcm_api.cc
- M chrome/browser/extensions/api/gcm/gcm_apitest.cc
- M chrome/browser/extensions/api/instance_id/instance_id_apitest.cc
- M chrome/browser/extensions/keyed_services/chrome_browser_context_keyed_service_factories.cc
Change size: M
Delta: 9 files changed, 27 insertions(+), 24 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Tim