Commit f3f60743 authored by Yann Dago's avatar Yann Dago Committed by Commit Bot

Change appconfig.xml bundle_id to 'com.google.chrome.ios'

Bug: 1109322
Change-Id: I73d3143fdf37e84a953da464b561f15c4ee11827
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368427
Commit-Queue: Yann Dago <ydago@chromium.org>
Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800600}
parent d90eef90
......@@ -120,7 +120,7 @@ def GetConfigurationForBuild(defines):
'Google': 'Google.Policies' # prefix: namespace
},
'linux_policy_path': '/etc/opt/chrome/policies/',
'bundle_id': 'com.google.chrome',
'bundle_id': 'com.google.chrome.ios',
}
else:
raise Exception('Unknown build')
......
......@@ -52,9 +52,9 @@ class IOSAppConfigWriterUnitTests(writer_unittest_common.WriterUnittestCommon):
policies = '<dict/>'
return '''<?xml version="1.0" ?>
<managedAppConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/com.google.chrome/appconfig/appconfig.xsd">
<managedAppConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/com.google.chrome.ios/appconfig/appconfig.xsd">
<version>%s</version>
<bundleId>com.google.chrome</bundleId>
<bundleId>com.google.chrome.ios</bundleId>
%s
</managedAppConfiguration>''' % (version, policies)
......
......@@ -73,7 +73,7 @@ class JamfWriterUnitTests(writer_unittest_common.WriterUnittestCommon):
'type': policy_type
}
},
'title': 'com.google.chrome'
'title': 'com.google.chrome.ios'
}
if initial_type == 'int-enum' or initial_type == 'string-enum':
output['properties'][policy_name]['enum'] = [1]
......@@ -150,7 +150,7 @@ class JamfWriterUnitTests(writer_unittest_common.WriterUnittestCommon):
'type': 'integer'
}
},
'title': 'com.google.chrome'
'title': 'com.google.chrome.ios'
}
expected_json = _JsonFormat(expected)
......@@ -268,7 +268,7 @@ class JamfWriterUnitTests(writer_unittest_common.WriterUnittestCommon):
}
}
},
'title': 'com.google.chrome'
'title': 'com.google.chrome.ios'
}
for i in range(0, 5):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment