| Index: chrome/browser/ui/search/search_ipc_router_policy_unittest.cc
|
| diff --git a/chrome/browser/ui/search/search_ipc_router_policy_unittest.cc b/chrome/browser/ui/search/search_ipc_router_policy_unittest.cc
|
| index f358a381108ddb113cd1a5117a40ed72ef732e45..ad221b5306f66ad17ec3b7f9d97f7f4b69ad7c38 100644
|
| --- a/chrome/browser/ui/search/search_ipc_router_policy_unittest.cc
|
| +++ b/chrome/browser/ui/search/search_ipc_router_policy_unittest.cc
|
| @@ -41,12 +41,6 @@ class SearchIPCRouterPolicyTest : public BrowserWithTestWindowTest {
|
| }
|
| };
|
|
|
| -TEST_F(SearchIPCRouterPolicyTest, ProcessVoiceSearchSupportMsg) {
|
| - NavigateAndCommitActiveTab(GURL("chrome-search://foo/bar"));
|
| - EXPECT_TRUE(GetSearchIPCRouterPolicy()->
|
| - ShouldProcessSetVoiceSearchSupport());
|
| -}
|
| -
|
| TEST_F(SearchIPCRouterPolicyTest, ProcessFocusOmnibox) {
|
| NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
|
| EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldProcessFocusOmnibox(true));
|
| @@ -205,7 +199,6 @@ TEST_F(SearchIPCRouterPolicyTest,
|
|
|
| SearchIPCRouter::Policy* router_policy = GetSearchIPCRouterPolicy();
|
| EXPECT_TRUE(router_policy->ShouldSubmitQuery());
|
| - EXPECT_TRUE(router_policy->ShouldSendToggleVoiceSearch());
|
| EXPECT_TRUE(router_policy->ShouldSendSetOmniboxStartMargin());
|
| }
|
|
|
| @@ -236,8 +229,3 @@ TEST_F(SearchIPCRouterPolicyTest, SubmitQuery) {
|
| NavigateAndCommitActiveTab(GURL("chrome-search://foo/bar"));
|
| EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldSubmitQuery());
|
| }
|
| -
|
| -TEST_F(SearchIPCRouterPolicyTest, SendToggleVoiceSearch) {
|
| - NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
|
| - EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldSendToggleVoiceSearch());
|
| -}
|
|
|