[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / search / search_android_unittest.cc
1 // Copyright 2014 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/search/search.h"
6
7 #include "testing/gtest/include/gtest/gtest.h"
8
9 namespace search {
10
11 namespace {
12
13 TEST(SearchTest, EmbeddedSearchAPIEnabled) {
14   EXPECT_FALSE(IsInstantExtendedAPIEnabled());
15 }
16
17 }  // namespace
18
19 }  // namespace chrome