chromium/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc

// Copyright 2012 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/web_navigation/web_navigation_api_constants.h"

namespace extensions {

namespace web_navigation_api_constants {

const char kErrorKey[] =;
const char kDocumentIdKey[] =;
const char kDocumentLifecycleKey[] =;
const char kFrameIdKey[] =;
const char kFrameTypeKey[] =;
const char kParentDocumentIdKey[] =;
const char kParentFrameIdKey[] =;
const char kProcessIdKey[] =;
const char kReplacedTabIdKey[] =;
const char kSourceFrameIdKey[] =;
const char kSourceProcessIdKey[] =;
const char kSourceTabIdKey[] =;
const char kTabIdKey[] =;
const char kTimeStampKey[] =;
const char kTransitionTypeKey[] =;
const char kTransitionQualifiersKey[] =;
const char kUrlKey[] =;

}  // namespace web_navigation_api_constants

}  // namespace extensions