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

Side by Side Diff: content/shell/browser/webkit_test_controller.h

Issue 477343002: Revert "Add IPC benchmarking API to Blink TestRunner" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/webkit_test_controller.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 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 CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_ 5 #ifndef CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_
6 #define CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_ 6 #define CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_
7 7
8 #include <ostream> 8 #include <ostream>
9 #include <string> 9 #include <string>
10 10
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 void OnShowDevTools(const std::string& settings, 170 void OnShowDevTools(const std::string& settings,
171 const std::string& frontend_url); 171 const std::string& frontend_url);
172 void OnCloseDevTools(); 172 void OnCloseDevTools();
173 void OnGoToOffset(int offset); 173 void OnGoToOffset(int offset);
174 void OnReload(); 174 void OnReload();
175 void OnLoadURLForFrame(const GURL& url, const std::string& frame_name); 175 void OnLoadURLForFrame(const GURL& url, const std::string& frame_name);
176 void OnCaptureSessionHistory(); 176 void OnCaptureSessionHistory();
177 void OnCloseRemainingWindows(); 177 void OnCloseRemainingWindows();
178 void OnResetDone(); 178 void OnResetDone();
179 void OnLeakDetectionDone(const content::LeakDetectionResult& result); 179 void OnLeakDetectionDone(const content::LeakDetectionResult& result);
180 void OnEchoPing(int id, const std::string& body);
181 180
182 scoped_ptr<WebKitTestResultPrinter> printer_; 181 scoped_ptr<WebKitTestResultPrinter> printer_;
183 182
184 base::FilePath current_working_directory_; 183 base::FilePath current_working_directory_;
185 base::FilePath temp_path_; 184 base::FilePath temp_path_;
186 185
187 Shell* main_window_; 186 Shell* main_window_;
188 187
189 // The PID of the render process of the render view host of main_window_. 188 // The PID of the render process of the render view host of main_window_.
190 int current_pid_; 189 int current_pid_;
(...skipping 29 matching lines...) Expand all
220 // waiting on the UI thread while layout tests are being ran. 219 // waiting on the UI thread while layout tests are being ran.
221 ScopedAllowWaitForAndroidLayoutTests reduced_restrictions_; 220 ScopedAllowWaitForAndroidLayoutTests reduced_restrictions_;
222 #endif 221 #endif
223 222
224 DISALLOW_COPY_AND_ASSIGN(WebKitTestController); 223 DISALLOW_COPY_AND_ASSIGN(WebKitTestController);
225 }; 224 };
226 225
227 } // namespace content 226 } // namespace content
228 227
229 #endif // CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_ 228 #endif // CONTENT_SHELL_BROWSER_WEBKIT_TEST_CONTROLLER_H_
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698