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

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

Issue 7294006: Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarDelegates on shutdown... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/geolocation/chrome_geolocation_permission_context.cc
===================================================================
--- chrome/browser/geolocation/chrome_geolocation_permission_context.cc (revision 91189)
+++ chrome/browser/geolocation/chrome_geolocation_permission_context.cc (working copy)
@@ -590,8 +590,8 @@
allowed);
}
- GeolocationPermissionContext::SetGeolocationPermissionResponse(
- render_process_id, render_view_id, bridge_id, allowed);
+ SetGeolocationPermissionResponse(render_process_id, render_view_id, bridge_id,
+ allowed);
if (allowed) {
BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod(

Powered by Google App Engine
This is Rietveld 408576698