blob: e58155b041b8aaec58e0c088198eaa81711d9d0c [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.
#include "chrome/browser/extensions/external_install_error_constants.h"
namespace extensions {
const char kDefaultDialogButtonSettingOk[] = "button_ok";
const char kDefaultDialogButtonSettingCancel[] = "button_cancel";
const char kDefaultDialogButtonSettingNoDefault[] = "no_default_button";
} // namespace extensions