search_android_unittest.cc 421 B

12345678910111213141516171819
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/search/search.h"
  5. #include "testing/gtest/include/gtest/gtest.h"
  6. namespace search {
  7. namespace {
  8. TEST(SearchTest, EmbeddedSearchAPIEnabled) {
  9. EXPECT_FALSE(IsInstantExtendedAPIEnabled());
  10. }
  11. } // namespace
  12. } // namespace chrome