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

Side by Side Diff: content/shell/common/shell_test_configuration.h

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 CONTENT_SHELL_SHELL_TEST_CONFIGURATION_H_ 5 #ifndef CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
6 #define CONTENT_SHELL_SHELL_TEST_CONFIGURATION_H_ 6 #define CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "googleurl/src/gurl.h" 11 #include "googleurl/src/gurl.h"
12 12
13 namespace content { 13 namespace content {
14 14
15 struct ShellTestConfiguration { 15 struct ShellTestConfiguration {
16 ShellTestConfiguration(); 16 ShellTestConfiguration();
(...skipping 16 matching lines...) Expand all
33 33
34 // True if tests can open external URLs 34 // True if tests can open external URLs
35 bool allow_external_pages; 35 bool allow_external_pages;
36 36
37 // The expected MD5 hash of the pixel results. 37 // The expected MD5 hash of the pixel results.
38 std::string expected_pixel_hash; 38 std::string expected_pixel_hash;
39 }; 39 };
40 40
41 } // namespace content 41 } // namespace content
42 42
43 #endif // CONTENT_SHELL_SHELL_TEST_CONFIGURATION_H_ 43 #endif // CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
OLDNEW
« no previous file with comments | « content/shell/common/shell_switches.cc ('k') | content/shell/common/shell_test_configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698