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

Unified Diff: third_party/WebKit/Source/core/dom/Document.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/core/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index 2a0fec7cbc1fe280434cba51f14db5d33fd14ab1..7e71bc5bcce2252168e86b66841384409382ce42 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -4377,7 +4377,7 @@ void Document::sendSensitiveInputVisibilityInternal() {
mojom::blink::SensitiveInputVisibilityServicePtr sensitiveInputServicePtr;
frame()->interfaceProvider()->getInterface(
- mojo::GetProxy(&sensitiveInputServicePtr));
+ mojo::MakeRequest(&sensitiveInputServicePtr));
if (m_passwordCount > 0) {
sensitiveInputServicePtr->PasswordFieldVisibleInInsecureContext();
return;
« no previous file with comments | « services/video_capture/test/service_unittest.cc ('k') | third_party/WebKit/Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698