Index: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc |
index 1696526b1fe3242893022ce100d6fa527d34625f..06551c7d469bbb3fca1461798deef5acea155ad0 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc |
@@ -28,6 +28,7 @@ const char kOnDOMContentLoaded[] = |
const char kOnErrorOccurred[] = "webNavigation.onErrorOccurred"; |
const char kOnReferenceFragmentUpdated[] = |
"webNavigation.onReferenceFragmentUpdated"; |
+const char kOnTabReplaced[] = "webNavigation.onTabReplaced"; |
} // namespace web_navigation_api_constants |