blob: 0f54f136ff725dc2d7c39565b0dacabed460bdd5 [file] [log] [blame]
// 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_AUTOFILL_ASSISTANT_BROWSER_INTENT_STRINGS_H_
#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_INTENT_STRINGS_H_
namespace autofill_assistant {
// Autofill assistant intents.
// These strings are referenced from both C++ and Java (through the
// auto-generated file AutofillAssistantIntentStrings.java).
// Please keep the list alphabetized.
extern const char kBuyMovieTicket[];
extern const char kFlightsCheckin[];
extern const char kFoodOrdering[];
extern const char kFoodOrderingDelivery[];
extern const char kFoodOrderingPickup[];
extern const char kPasswordChange[];
extern const char kRentCar[];
extern const char kShopping[];
extern const char kShoppingAssistedCheckout[];
extern const char kTeleport[];
} // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_INTENT_STRINGS_H_