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

Unified Diff: build/common.gypi

Issue 7075007: Turn on navigator.registerProtocolHandler(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 43a1433abf57bdd1de990a60def2fc17bb6b2eca..1185c44bff255f48665b7cacc223ee5d44284349 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -129,8 +129,8 @@
# currently only works on Linux.
'use_third_party_translations%': 0,
- # Enable the Manage Handlers section in the settings page.
- 'enable_register_protocol_handler%': 0,
+ # Enable navigator.registerProtocolHandler and supporting UI.
+ 'enable_register_protocol_handler%': 1,
# Remoting compilation is enabled by default. Set to 0 to disable.
'remoting%': 1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698