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

Side by Side Diff: chrome/browser/ui/webui/extensions/extension_settings_browsertest.h

Issue 304793002: Support automatically resolving dependencies in javascript tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Use new generate_deps.py, don't add closure's depswriter. Created 6 years, 6 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_
6 #define CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_ 6 #define CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_
7 7
8 #include "chrome/browser/extensions/extension_test_notification_observer.h" 8 #include "chrome/browser/extensions/extension_test_notification_observer.h"
9 #include "chrome/test/base/web_ui_browsertest.h" 9 #include "chrome/test/base/web_ui_browser_test.h"
10 #include "extensions/common/extension.h" 10 #include "extensions/common/extension.h"
11 11
12 class Profile; 12 class Profile;
13 13
14 // C++ test fixture used by extension_settings_browsertest.js. 14 // C++ test fixture used by extension_settings_browsertest.js.
15 class ExtensionSettingsUIBrowserTest : public WebUIBrowserTest { 15 class ExtensionSettingsUIBrowserTest : public WebUIBrowserTest {
16 public: 16 public:
17 ExtensionSettingsUIBrowserTest(); 17 ExtensionSettingsUIBrowserTest();
18 virtual ~ExtensionSettingsUIBrowserTest(); 18 virtual ~ExtensionSettingsUIBrowserTest();
19 19
(...skipping 17 matching lines...) Expand all
37 37
38 scoped_ptr<ExtensionTestNotificationObserver> observer_; 38 scoped_ptr<ExtensionTestNotificationObserver> observer_;
39 39
40 // The default profile to be used. 40 // The default profile to be used.
41 Profile* profile_; 41 Profile* profile_;
42 42
43 DISALLOW_COPY_AND_ASSIGN(ExtensionSettingsUIBrowserTest); 43 DISALLOW_COPY_AND_ASSIGN(ExtensionSettingsUIBrowserTest);
44 }; 44 };
45 45
46 #endif // CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_ 46 #endif // CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_SETTINGS_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/downloads_ui_browsertest.h ('k') | chrome/browser/ui/webui/identity_internals_ui_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698