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

Side by Side Diff: chrome/test/reliability/reliability_test_suite.h

Issue 18248: CommandLine API rework (Closed)
Patch Set: fixes Created 11 years, 11 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
« no previous file with comments | « chrome/test/plugin/plugin_test.cpp ('k') | chrome/test/startup/startup_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ 5 #ifndef CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_
6 #define CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ 6 #define CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_
7 7
8 #include "chrome/test/reliability/page_load_test.h" 8 #include "chrome/test/reliability/page_load_test.h"
9 #include "chrome/test/ui/ui_test_suite.h" 9 #include "chrome/test/ui/ui_test_suite.h"
10 10
11 class ReliabilityTestSuite : public UITestSuite { 11 class ReliabilityTestSuite : public UITestSuite {
12 public: 12 public:
13 ReliabilityTestSuite(int argc, char** argv) : UITestSuite(argc, argv) { 13 ReliabilityTestSuite(int argc, char** argv) : UITestSuite(argc, argv) {
14 } 14 }
15 15
16 protected: 16 protected:
17 17
18 virtual void Initialize() { 18 virtual void Initialize() {
19 UITestSuite::Initialize(); 19 UITestSuite::Initialize();
20 20
21 SetPageRange(CommandLine()); 21 SetPageRange(CommandLine(L""));
22 } 22 }
23 }; 23 };
24 24
25 #endif // CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ 25 #endif // CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_
26 26
OLDNEW
« no previous file with comments | « chrome/test/plugin/plugin_test.cpp ('k') | chrome/test/startup/startup_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698