Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2951)

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h

Issue 10692097: Introduce webNavigation.onTabReplaced event that is fired when a tab from instant or prerender repl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..8d6a84d5caf7130623821ca74dc492ee1667e65c 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
@@ -31,6 +31,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

Powered by Google App Engine
This is Rietveld 408576698