Make ChromeGeolocationPermissionContextFactory a ProfileKeyedServiceFactory
content::GeolocationPermissionContext derives RefCountedThreadSafe, so we can't mix a RefcountedProfileKeyedService into ChromeGeolocationPermissionContextFactory. Instead, create a separate ProfileKeyedService to hold the scoped_refptr<GeolocationPermissionContext>. Ground work for https://codereview.chromium.org/11590002/ TEST=Existing BUG=155029 Review URL: https://chromiumcodereview.appspot.com/11587003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175521 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment