Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Side by Side Diff: chrome/browser/extensions/api/search_engines_private/search_engines_private_apitest.cc

Issue 1114533002: Disabled SearchEnginesPrivateApiTest.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/values.h" 6 #include "base/values.h"
7 #include "chrome/browser/extensions/extension_apitest.h" 7 #include "chrome/browser/extensions/extension_apitest.h"
8 #include "chrome/common/extensions/api/search_engines_private.h" 8 #include "chrome/common/extensions/api/search_engines_private.h"
9 #include "components/keyed_service/core/keyed_service.h" 9 #include "components/keyed_service/core/keyed_service.h"
10 #include "content/public/test/test_utils.h" 10 #include "content/public/test/test_utils.h"
(...skipping 23 matching lines...) Expand all
34 "main.html?" + subtest, 34 "main.html?" + subtest,
35 kFlagLoadAsComponent); 35 kFlagLoadAsComponent);
36 } 36 }
37 37
38 private: 38 private:
39 DISALLOW_COPY_AND_ASSIGN(SearchEnginesPrivateApiTest); 39 DISALLOW_COPY_AND_ASSIGN(SearchEnginesPrivateApiTest);
40 }; 40 };
41 41
42 } // namespace 42 } // namespace
43 43
44 IN_PROC_BROWSER_TEST_F(SearchEnginesPrivateApiTest, SetSelectedSearchEngine) { 44 IN_PROC_BROWSER_TEST_F(SearchEnginesPrivateApiTest,
45 DISABLED_SetSelectedSearchEngine) {
45 EXPECT_TRUE(RunSearchEnginesSubtest("setSelectedSearchEngine")) << message_; 46 EXPECT_TRUE(RunSearchEnginesSubtest("setSelectedSearchEngine")) << message_;
46 } 47 }
47 48
48 IN_PROC_BROWSER_TEST_F(SearchEnginesPrivateApiTest, 49 IN_PROC_BROWSER_TEST_F(SearchEnginesPrivateApiTest,
49 OnDefaultSearchEnginesChanged) { 50 DISABLED_OnDefaultSearchEnginesChanged) {
50 EXPECT_TRUE(RunSearchEnginesSubtest("onDefaultSearchEnginesChanged")) 51 EXPECT_TRUE(RunSearchEnginesSubtest("onDefaultSearchEnginesChanged"))
51 << message_; 52 << message_;
52 } 53 }
53 54
54 } // namespace extensions 55 } // namespace extensions
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698