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

Unified Diff: third_party/WebKit/Source/modules/quota/StorageManager.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/quota/StorageManager.cpp
diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.cpp b/third_party/WebKit/Source/modules/quota/StorageManager.cpp
index c49c45eca9c0cacad912ec11d81e6acd0246a7ad..ed5c5f24a003e7c88f99fb654d8feff24aa91c15 100644
--- a/third_party/WebKit/Source/modules/quota/StorageManager.cpp
+++ b/third_party/WebKit/Source/modules/quota/StorageManager.cpp
@@ -142,7 +142,7 @@ PermissionService* StorageManager::getPermissionService(
ExecutionContext* executionContext) {
if (!m_permissionService &&
connectToPermissionService(executionContext,
- mojo::GetProxy(&m_permissionService)))
+ mojo::MakeRequest(&m_permissionService)))
m_permissionService.set_connection_error_handler(convertToBaseCallback(
WTF::bind(&StorageManager::permissionServiceConnectionError,
wrapWeakPersistent(this))));

Powered by Google App Engine
This is Rietveld 408576698