| // Copyright 2021 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_CONSTANTS_H_ |
| #define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_CONSTANTS_H_ |
| |
| namespace apps { |
| |
| // App ID value which can be used as a Preferred App to denote that the browser |
| // will open the link, and that we should not prompt the user about it. |
| extern const char kUseBrowserForLink[]; |
| |
| } // namespace apps |
| |
| #endif // COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_CONSTANTS_H_ |