0

Enable registerProtocolHandler on Linux

BUG=83557
TEST=QA testing required


Review URL: http://codereview.chromium.org/7282046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91487 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
benwells@chromium.org
2011-07-05 02:35:00 +00:00
parent 8179e9c845
commit c6a1f94176

@ -169,6 +169,9 @@
# libraries on linux x86-64 and arm, plus ASLR.
'linux_fpic%': 1,
# Enable navigator.registerProtocolHandler and supporting UI.
'enable_register_protocol_handler%': 1,
'conditions': [
# Use Skia as WebKit renderer on Mac
['OS=="mac"', {
@ -221,15 +224,6 @@
}, {
'file_manager_extension%': 0,
}],
# Enable navigator.registerProtocolHandler and supporting UI.
# We disable on Linux because the OS-level component of RPH isn't
# implemented.
['OS=="linux"', {
'enable_register_protocol_handler%': 0,
}, {
'enable_register_protocol_handler%': 1,
}],
],
},