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

Unified Diff: chrome/test/perf/run_all_perfuitests.cc

Issue 14585015: Recommit the generate profile patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Load the browser dll manually on Windows. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/perf/perf_ui_test_suite.cc ('k') | chrome/test/perf/startup_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/run_all_perfuitests.cc
diff --git a/ui/base/touch/touch_device_android.cc b/chrome/test/perf/run_all_perfuitests.cc
similarity index 57%
copy from ui/base/touch/touch_device_android.cc
copy to chrome/test/perf/run_all_perfuitests.cc
index 39e34c24765363d439e175cad62cdc98ef257ed8..7ec1c00094356e8480b7a737413589c840dc3a76 100644
--- a/ui/base/touch/touch_device_android.cc
+++ b/chrome/test/perf/run_all_perfuitests.cc
@@ -2,12 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/touch/touch_device.h"
+#include "chrome/test/perf/perf_ui_test_suite.h"
-namespace ui {
-
-bool IsTouchDevicePresent() {
- return true;
+int main(int argc, char **argv) {
+ return PerfUITestSuite(argc, argv).Run();
}
-} // namespace ui
« no previous file with comments | « chrome/test/perf/perf_ui_test_suite.cc ('k') | chrome/test/perf/startup_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698