chromium/chrome/browser/extensions/api/identity/identity_constants.cc

// Copyright 2017 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/api/identity/identity_constants.h"

namespace extensions {

namespace identity_constants {
const char kInvalidClientId[] =;
const char kInvalidScopes[] =;
const char kAuthFailure[] =;
const char kNoGrant[] =;
const char kUserRejected[] =;
const char kUserNotSignedIn[] =;
const char kUserNonPrimary[] =;
const char kBrowserSigninNotAllowed[] =;
const char kInteractionRequired[] =;
const char kGetAuthTokenInteractivityDeniedError[] =;
const char kInvalidRedirect[] =;
const char kOffTheRecord[] =;
const char kPageLoadFailure[] =;
const char kPageLoadTimedOut[] =;
const char kInvalidConsentResult[] =;
const char kCanceled[] =;
const char kCannotCreateWindow[] =;
const char kInvalidURLScheme[] =;

const int kCachedRemoteConsentTTLSeconds =;
}  // namespace identity_constants

}  // namespace extensions