Fix up HotwordServiceTest on Chrome-branded builds.
commit8ef0bc35b1594ad013dc2ae1d6893e0091919271
authormgiuca <mgiuca@chromium.org>
Thu, 25 Jun 2015 04:19:14 +0000 (24 21:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 04:19:59 +0000 (25 04:19 +0000)
tree59cb332daa863554260ed0edd296a56ca3c7da37
parentd141190ec6e6f0731f951d3df85800957f8c477e
Fix up HotwordServiceTest on Chrome-branded builds.

The ENABLE_HOTWORDING flag is not available in
hotword_service_unittest.cc, so all tests were assuming hotwording was
disabled (since r333548). This has been failing on Official builders
since r335874.

Since it's hard to resolve this in a simple way (we want to merge these
changes), just disabling the tests is the cleanest option for now.

BUG=503963

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

Cr-Commit-Position: refs/heads/master@{#336091}
chrome/browser/search/hotword_service_unittest.cc