OLD | NEW |
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_WEBUI_WEB_UI_BROWSERTEST_H_ | 5 #ifndef CHROME_BROWSER_UI_WEBUI_WEB_UI_BROWSERTEST_H_ |
6 #define CHROME_BROWSER_UI_WEBUI_WEB_UI_BROWSERTEST_H_ | 6 #define CHROME_BROWSER_UI_WEBUI_WEB_UI_BROWSERTEST_H_ |
7 | 7 |
8 #include <string> | 8 #include <string> |
9 #include <vector> | 9 #include <vector> |
10 | 10 |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 // PreloadJavascriptLibraries(). | 194 // PreloadJavascriptLibraries(). |
195 std::string preload_test_fixture_; | 195 std::string preload_test_fixture_; |
196 std::string preload_test_name_; | 196 std::string preload_test_name_; |
197 | 197 |
198 // When this is non-NULL, this is The WebUI instance used for testing. | 198 // When this is non-NULL, this is The WebUI instance used for testing. |
199 // Otherwise the selected tab's web_ui is used. | 199 // Otherwise the selected tab's web_ui is used. |
200 content::WebUI* override_selected_web_ui_; | 200 content::WebUI* override_selected_web_ui_; |
201 }; | 201 }; |
202 | 202 |
203 #endif // CHROME_BROWSER_UI_WEBUI_WEB_UI_BROWSERTEST_H_ | 203 #endif // CHROME_BROWSER_UI_WEBUI_WEB_UI_BROWSERTEST_H_ |
OLD | NEW |