#include "components/js_injection/browser/navigation_web_message_sender.h"
#include "base/json/json_writer.h"
#include "base/strings/utf_string_conversions.h"
#include "components/back_forward_cache/back_forward_cache_disable.h"
#include "components/back_forward_cache/disabled_reason_id.h"
#include "components/js_injection/browser/web_message.h"
#include "components/js_injection/browser/web_message_host.h"
#include "components/js_injection/browser/web_message_host_factory.h"
#include "components/js_injection/browser/web_message_reply_proxy.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/page.h"
#include "content/public/browser/web_contents.h"
#include "net/http/http_response_headers.h"
namespace {
base::Value::Dict CreateBaseMessageFromNavigationHandle(
content::NavigationHandle* navigation_handle) { … }
}
namespace features {
BASE_FEATURE(…);
}
js_injection