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

Unified Diff: content/public/test/test_launcher.h

Issue 15808008: GTTF: Remove message loop hooks from TestLauncherDelegate (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 side-by-side diff with in-line comments
Download patch
Index: content/public/test/test_launcher.h
===================================================================
--- content/public/test/test_launcher.h (revision 202993)
+++ content/public/test/test_launcher.h (working copy)
@@ -42,8 +42,6 @@
virtual bool AdjustChildProcessCommandLine(
CommandLine* command_line,
const base::FilePath& temp_data_dir) = 0;
- virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
- virtual void PostRunMessageLoop() {}
virtual ContentMainDelegate* CreateContentMainDelegate() = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698