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

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

Issue 1167623004: Don't persist immediate content setting decisions in GeolocationPermissionContext::RequestPermissio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5486726e0bdffe3c683499ca1bc835159c7bfb52..c9fd3817fd1bda9bd1b882bc1a9c6da7ac198a56 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context.cc
@@ -42,7 +42,7 @@ void GeolocationPermissionContext::RequestPermission(
requesting_frame_origin,
web_contents->GetLastCommittedURL().GetOrigin(),
callback,
- true,
+ false /* persist */,
content_setting);
}
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698