Upstream ChromeMobileApplication bits about sync browser initialization

Adds ChromeCommandLine initialization and also adds APIs about
sync initialization

Review URL: https://codereview.chromium.org/991543003

Cr-Original-Commit-Position: refs/heads/master@{#320018}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b0313c5094dfba8a442c7f3d351de31153554c8c
This commit is contained in:
yusufo 2015-03-10 18:25:19 -07:00 коммит произвёл Commit bot
Родитель f22d201989
Коммит c220fe21b0
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,16 @@ In particular, ~ at the start of a string means it's a regex.
<Class name="~org\.chromium\..*\.Manifest(\$\w+)?" />
</Match>
<!-- Ignore "reliance on default String encoding" warnings, as we're not multi-platform -->
<Match>
<Class name="~org\.chromium\.chrome\.browser\.ChromiumApplication.*" />
<Method name="onCancel" />
<Bug code="Dm" />
</Match>
<Match>
<Class name="~org\.chromium\.chrome\.browser\.ChromiumApplication.*" />
<Method name="onClick" />
<Bug code="Dm" />
</Match>
<Bug pattern="DM_DEFAULT_ENCODING" />
<!-- Ignore bugs that are often false-positives in test code -->
<Match>