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

Side by Side Diff: chrome/browser/extensions/active_tab_apitest.cc

Issue 12379095: Fix up unused includes from chrome/browser/extensions to the rest of chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/logging.h" 5 #include "base/logging.h"
6 #include "chrome/browser/extensions/extension_apitest.h" 6 #include "chrome/browser/extensions/extension_apitest.h"
7 #include "chrome/browser/extensions/extension_service.h" 7 #include "chrome/browser/extensions/extension_service.h"
8 #include "chrome/browser/extensions/extension_system.h" 8 #include "chrome/browser/extensions/extension_system.h"
9 #include "chrome/browser/ui/browser.h" 9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/ui/browser_tabstrip.h"
11 #include "chrome/common/extensions/extension.h" 10 #include "chrome/common/extensions/extension.h"
12 #include "chrome/test/base/ui_test_utils.h" 11 #include "chrome/test/base/ui_test_utils.h"
13 12
14 namespace extensions { 13 namespace extensions {
15 namespace { 14 namespace {
16 15
17 // Times out on win asan, http://crbug.com/166026 16 // Times out on win asan, http://crbug.com/166026
18 #if defined(OS_WIN) && defined(ADDRESS_SANITIZER) 17 #if defined(OS_WIN) && defined(ADDRESS_SANITIZER)
19 #define MAYBE_ActiveTab DISABLED_ActiveTab 18 #define MAYBE_ActiveTab DISABLED_ActiveTab
20 #else 19 #else
(...skipping 27 matching lines...) Expand all
48 { 47 {
49 ResultCatcher catcher; 48 ResultCatcher catcher;
50 ui_test_utils::NavigateToURL(browser(), 49 ui_test_utils::NavigateToURL(browser(),
51 test_server()->GetURL("final_page.html")); 50 test_server()->GetURL("final_page.html"));
52 EXPECT_TRUE(catcher.GetNextResult()) << message_; 51 EXPECT_TRUE(catcher.GetNextResult()) << message_;
53 } 52 }
54 } 53 }
55 54
56 } // namespace 55 } // namespace
57 } // namespace extensions 56 } // namespace extensions
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_actions.h » ('j') | chrome/browser/extensions/api/omnibox/omnibox_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698