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

Unified Diff: chrome/renderer/resources/extension_process_bindings.js

Issue 1530002: Move history API out of experimental. Allow extensions to override history page. (Closed)
Patch Set: Rebase for commit. Created 10 years, 9 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
« no previous file with comments | « chrome/common/page_transition_types.cc ('k') | chrome/renderer/resources/renderer_extension_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extension_process_bindings.js
diff --git a/chrome/renderer/resources/extension_process_bindings.js b/chrome/renderer/resources/extension_process_bindings.js
index fe8499c26924bbd31b559ff0204b63dbfba0a120..0879e91cc7939f1555d1e0f6fe4522a8158109a1 100644
--- a/chrome/renderer/resources/extension_process_bindings.js
+++ b/chrome/renderer/resources/extension_process_bindings.js
@@ -619,21 +619,4 @@ var chrome = chrome || {};
if (!chrome.experimental.accessibility)
chrome.experimental.accessibility = {};
-
- if (!chrome.experimental.history)
- chrome.experimental.history = {};
-
- chrome.experimental.history.transitionType = {
- LINK: 0,
- TYPED: 1,
- AUTO_BOOKMARK: 2,
- AUTO_SUBFRAME: 3,
- MANUAL_SUBFRAME: 4,
- GENERATED: 5,
- START_PAGE: 6,
- FORM_SUBMIT: 7,
- RELOAD: 8,
- KEYWORD: 9,
- KEYWORD_GENERATED: 10
- };
})();
« no previous file with comments | « chrome/common/page_transition_types.cc ('k') | chrome/renderer/resources/renderer_extension_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698