chromium/chrome/common/extensions/webstore_install_result.cc

// Copyright 2016 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/common/extensions/webstore_install_result.h"

namespace extensions {
namespace webstore_install {

const char kInvalidWebstoreItemId[] =;
const char kWebstoreRequestError[] =;
const char kInvalidWebstoreResponseError[] =;
const char kInvalidManifestError[] =;
const char kUserCancelledError[] =;
const char kExtensionIsBlocklisted[] =;
const char kInstallInProgressError[] =;

}  // namespace webstore_install
}  // namespace extensions