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

Side by Side Diff: chrome/browser/ui/panels/base_panel_browser_test.h

Issue 23257005: Move Feature and Manifest to top-level extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 #ifndef CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_ 5 #ifndef CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_
6 #define CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_ 6 #define CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_
7 7
8 #include "base/memory/ref_counted.h"
8 #include "base/values.h" 9 #include "base/values.h"
9 #include "base/memory/ref_counted.h"
10 #include "chrome/browser/ui/panels/display_settings_provider.h" 10 #include "chrome/browser/ui/panels/display_settings_provider.h"
11 #include "chrome/browser/ui/panels/panel.h" 11 #include "chrome/browser/ui/panels/panel.h"
12 #include "chrome/browser/ui/panels/panel_manager.h" 12 #include "chrome/browser/ui/panels/panel_manager.h"
13 #include "chrome/common/extensions/extension.h" 13 #include "chrome/common/extensions/extension.h"
14 #include "chrome/common/extensions/manifest.h"
15 #include "chrome/test/base/in_process_browser_test.h" 14 #include "chrome/test/base/in_process_browser_test.h"
15 #include "extensions/common/manifest.h"
16 #include "ui/gfx/rect.h" 16 #include "ui/gfx/rect.h"
17 17
18 class NativePanelTesting; 18 class NativePanelTesting;
19 class StackedPanelCollection; 19 class StackedPanelCollection;
20 20
21 class BasePanelBrowserTest : public InProcessBrowserTest { 21 class BasePanelBrowserTest : public InProcessBrowserTest {
22 public: 22 public:
23 class MockDisplaySettingsProvider : public DisplaySettingsProvider { 23 class MockDisplaySettingsProvider : public DisplaySettingsProvider {
24 public: 24 public:
25 MockDisplaySettingsProvider() { } 25 MockDisplaySettingsProvider() { }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 static const base::FilePath::CharType* kTestDir; 128 static const base::FilePath::CharType* kTestDir;
129 129
130 private: 130 private:
131 // Passed to and owned by PanelManager. 131 // Passed to and owned by PanelManager.
132 MockDisplaySettingsProvider* mock_display_settings_provider_; 132 MockDisplaySettingsProvider* mock_display_settings_provider_;
133 133
134 bool mock_display_settings_enabled_; 134 bool mock_display_settings_enabled_;
135 }; 135 };
136 136
137 #endif // CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_ 137 #endif // CHROME_BROWSER_UI_PANELS_BASE_PANEL_BROWSER_TEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/apps_model_builder_unittest.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698