- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / web_navigation / web_navigation_api_constants.cc
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h"
6
7 namespace extensions {
8
9 namespace web_navigation_api_constants {
10
11 const char kErrorKey[] = "error";
12 const char kFrameIdKey[] = "frameId";
13 const char kParentFrameIdKey[] = "parentFrameId";
14 const char kProcessIdKey[] = "processId";
15 const char kReplacedTabIdKey[] = "replacedTabId";
16 const char kSourceFrameIdKey[] = "sourceFrameId";
17 const char kSourceProcessIdKey[] = "sourceProcessId";
18 const char kSourceTabIdKey[] = "sourceTabId";
19 const char kTabIdKey[] = "tabId";
20 const char kTimeStampKey[] = "timeStamp";
21 const char kTransitionTypeKey[] = "transitionType";
22 const char kTransitionQualifiersKey[] = "transitionQualifiers";
23 const char kUrlKey[] = "url";
24
25 }  // namespace web_navigation_api_constants
26
27 }  // namespace extensions