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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 10544021: Disable the new window context menu option in the bookmarks extension for Windows 8 metro mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/extension_function_registry.cc
===================================================================
--- chrome/browser/extensions/extension_function_registry.cc (revision 140583)
+++ chrome/browser/extensions/extension_function_registry.cc (working copy)
@@ -180,6 +180,7 @@
RegisterFunction<DropBookmarkManagerFunction>();
RegisterFunction<GetSubtreeBookmarkManagerFunction>();
RegisterFunction<CanEditBookmarkManagerFunction>();
+ RegisterFunction<CanOpenNewWindowsBookmarkFunction>();
// History
RegisterFunction<AddUrlHistoryFunction>();

Powered by Google App Engine
This is Rietveld 408576698