// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/apps/link_capturing/link_capturing_tab_data.h" #include <utility> #include "content/public/browser/web_contents_user_data.h" #include "ui/base/window_open_disposition.h" namespace apps { namespace … // namespace WindowOpenDisposition GetLinkCapturingSourceDisposition( content::WebContents* contents) { … } void SetLinkCapturingSourceDisposition( content::WebContents* contents, WindowOpenDisposition source_disposition) { … } } // namespace apps