| Index: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
|
| index eeaf289bd04cd0cea119202e860eafafd23a85c2..0d2fa970298e8b5a6045541ba2fbb2101e8c6b13 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
|
| @@ -14,9 +14,11 @@ namespace web_navigation_api_constants {
|
| // Keys.
|
| extern const char kErrorKey[];
|
| extern const char kFrameIdKey[];
|
| +extern const char kProcessIdKey[];
|
| extern const char kReplacedTabIdKey[];
|
| -extern const char kSourceTabIdKey[];
|
| extern const char kSourceFrameIdKey[];
|
| +extern const char kSourceProcessIdKey[];
|
| +extern const char kSourceTabIdKey[];
|
| extern const char kTabIdKey[];
|
| extern const char kTimeStampKey[];
|
| extern const char kTransitionTypeKey[];
|
|
|