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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context.cc

Issue 1478433002: Permissions: Move common logic from DecidePermission to RequestPermission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@innoinherit
Patch Set: Created 5 years, 1 month 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: chrome/browser/geolocation/geolocation_permission_context.cc
diff --git a/chrome/browser/geolocation/geolocation_permission_context.cc b/chrome/browser/geolocation/geolocation_permission_context.cc
index bb29c8862dda05a95c2f39cabaf1df8323923df5..fb3893488724e838eb63227770a0389593f094ae 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context.cc
@@ -23,6 +23,7 @@ GeolocationPermissionContext::GeolocationPermissionContext(
GeolocationPermissionContext::~GeolocationPermissionContext() {
}
+// TODO: CHECK THIS
mlamouri (slow - plz ping) 2015/11/26 12:45:49 I think there is nothing to do here.
johnme 2015/11/26 18:28:48 Removed TODO.
void GeolocationPermissionContext::DecidePermission(
content::WebContents* web_contents,
const PermissionRequestID& id,

Powered by Google App Engine
This is Rietveld 408576698