1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18

ash / components / arc / intent_helper / arc_intent_helper_package.h [blame]

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_COMPONENTS_ARC_INTENT_HELPER_ARC_INTENT_HELPER_PACKAGE_H_
#define ASH_COMPONENTS_ARC_INTENT_HELPER_ARC_INTENT_HELPER_PACKAGE_H_

namespace arc {

// The name of intent helper package which is used by ARC to send URLs to
// Chrome.
// This package does not count as a candidate to open ARC apps, so it should be
// removed from candidate list such as context menu.
constexpr char kArcIntentHelperPackageName[] = "org.chromium.arc.intent_helper";

}  // namespace arc

#endif  // ASH_COMPONENTS_ARC_INTENT_HELPER_ARC_INTENT_HELPER_PACKAGE_H_