| 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 9695983c6267c7aea22403449006cef8b7200d25..1f786f8ba30af1d402d81270f1461d53be80bec6 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
|
| @@ -15,6 +15,7 @@ namespace web_navigation_api_constants {
|
| // Keys.
|
| extern const char kErrorKey[];
|
| extern const char kFrameIdKey[];
|
| +extern const char kReplacedTabIdKey[];
|
| extern const char kSourceTabIdKey[];
|
| extern const char kSourceFrameIdKey[];
|
| extern const char kTabIdKey[];
|
| @@ -31,6 +32,7 @@ extern const char kOnCreatedNavigationTarget[];
|
| extern const char kOnDOMContentLoaded[];
|
| extern const char kOnErrorOccurred[];
|
| extern const char kOnReferenceFragmentUpdated[];
|
| +extern const char kOnTabReplaced[];
|
|
|
| } // namespace web_navigation_api_constants
|
|
|
|
|