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

Unified Diff: third_party/WebKit/Source/modules/vibration/VibrationController.cpp

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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: third_party/WebKit/Source/modules/vibration/VibrationController.cpp
diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
index 35e4ad17b0bfd721ded3ecaf0e60fdffd8c0df01..0e518f9c1c5e1f2e6373821013d4a24b3d40951c 100644
--- a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
+++ b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
@@ -81,7 +81,7 @@ VibrationController::VibrationController(Document& document)
m_isCallingCancel(false),
m_isCallingVibrate(false) {
document.frame()->interfaceProvider()->getInterface(
- mojo::GetProxy(&m_service));
+ mojo::MakeRequest(&m_service));
}
VibrationController::~VibrationController() {}

Powered by Google App Engine
This is Rietveld 408576698