[go: nahoru, domu]

blob: b7fc7a3e4bc54bf196cf5017c0dc54cea0df3255 [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// 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