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

Unified Diff: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp

Issue 2671683002: getInstalledRelatedApps: Add browser-side Mojo service (stub). (Closed)
Patch Set: Added TODO. Created 3 years, 9 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: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp
diff --git a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp
index e3cb67888b8a1c7ab124fc0d31ae4a46db813539..88b692443fd2b63097fad0bd609f4c477cb840a0 100644
--- a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp
+++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp
@@ -79,7 +79,6 @@ ScriptPromise NavigatorInstalledApp::getInstalledRelatedApps(
}
appController->getInstalledRelatedApps(
- scriptState->getExecutionContext()->getSecurityOrigin(),
WTF::wrapUnique(
new CallbackPromiseAdapter<RelatedAppArray, void>(resolver)));
return promise;

Powered by Google App Engine
This is Rietveld 408576698