blob: d8e6e5474c129932a5f46058deaaf2e8af6a2a71 [file] [log] [blame]
// Copyright 2018 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 CHROME_BROWSER_CHROMEOS_ANDROID_SMS_ANDROID_SMS_SWITCHES_H_
#define CHROME_BROWSER_CHROMEOS_ANDROID_SMS_ANDROID_SMS_SWITCHES_H_
namespace switches {
// When specified with a url string as parameter, the given url overrides the
// Android Messages for Web PWA installation and app urls using a base of the
// given domain with approrpiate suffixes.
extern const char kCustomAndroidMessagesDomain[];
} // namespace switches
#endif // CHROME_BROWSER_CHROMEOS_ANDROID_SMS_ANDROID_SMS_SWITCHES_H_