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

Unified Diff: content/shell/renderer/test_runner/WebTestDelegate.h

Issue 446603002: Refactor code listening to platform events in content/renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webkitplatform_impl_start_stop
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/test_runner/WebTestDelegate.h
diff --git a/content/shell/renderer/test_runner/WebTestDelegate.h b/content/shell/renderer/test_runner/WebTestDelegate.h
index 1b0af10b85d58b001fea4ca77faf30467097b8d1..f8918235c615f679fcf1a989028f7f39cfef93ea 100644
--- a/content/shell/renderer/test_runner/WebTestDelegate.h
+++ b/content/shell/renderer/test_runner/WebTestDelegate.h
@@ -44,7 +44,7 @@ public:
virtual void setEditCommand(const std::string& name, const std::string& value) = 0;
// Sets gamepad provider to be used for tests.
- virtual void setGamepadProvider(RendererGamepadProvider*) = 0;
+ virtual void setGamepadProvider(scoped_ptr<RendererGamepadProvider>) = 0;
// Set data to return when registering via
// Platform::setDeviceLightListener().

Powered by Google App Engine
This is Rietveld 408576698