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

Issue 6597044: Revert 76228 - Move core pieces of geolocation from chrome to content.This is... (Closed)

Created:
9 years, 9 months ago by Randy Smith (Not in Mondays)
Modified:
9 years, 7 months ago
Reviewers:
jam, rdsmith
CC:
chromium-reviews, Erik does not do reviews, brettw-cc_chromium.org, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org
Visibility:
Public.

Description

Revert 76228 - Move core pieces of geolocation from chrome to content.This is a rough carving in some places. i.e. geolocation_permission_context.h needs to split into the interface part and the implementation part. access_token_store.h needs to drop the chrome factory function. arbitrator_dependency_factory.h needs to be split up into the interface and the default implementation. I've left all this to future changes per the other file moves, and since this is already pretty large.TBR=joth Review URL: http://codereview.chromium.org/6591034 TBR=jam@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -9576 lines) Patch
M chrome/browser/extensions/extension_geolocation_apitest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/browser/geolocation/access_token_store.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/geolocation/access_token_store.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/access_token_store_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/geolocation/arbitrator_dependency_factories_for_test.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/arbitrator_dependency_factories_for_test.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/arbitrator_dependency_factory.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/arbitrator_dependency_factory.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/core_location_data_provider_mac.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/core_location_data_provider_mac.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/core_location_provider_mac.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/core_location_provider_mac.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/device_data_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/device_data_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/device_data_provider_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/empty_device_data_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/empty_device_data_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/fake_access_token_store.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/fake_access_token_store.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_common.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_common.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_common_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_linux.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gateway_data_provider_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/geolocation/geolocation_content_settings_map.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_dispatcher_host.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_dispatcher_host.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_observer.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_permission_context.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context.cc View 4 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_unittest.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M chrome/browser/geolocation/geolocation_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/geolocation/geolocation_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/geolocation_provider_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
MM chrome/browser/geolocation/geolocation_settings_state.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_settings_state.cc View 1 chunk +1 line, -1 line 0 comments Download
MM chrome/browser/geolocation/geolocation_settings_state_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
A + chrome/browser/geolocation/gps_location_provider_linux.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gps_location_provider_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/gps_location_provider_unittest_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/libgps_2_38_wrapper_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/libgps_2_94_wrapper_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/libgps_wrapper_linux.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/libgps_wrapper_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/location_arbitrator.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/location_arbitrator.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/location_arbitrator_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/location_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/location_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/mock_location_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/mock_location_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/network_location_provider.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/network_location_provider.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/network_location_provider_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/network_location_request.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/network_location_request.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/osx_wifi.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_chromeos.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_chromeos.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_common.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_common.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_common_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_common_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_common_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_corewlan_mac.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_linux.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_mac.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_mac.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_unittest_chromeos.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_unittest_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/wifi_data_provider_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_api_unittest_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_api_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_api_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_provider_unittest_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_provider_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/geolocation/win7_location_provider_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +57 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/test/testing_profile.cc View 2 chunks +1 line, -1 line 0 comments Download
D content/browser/geolocation/access_token_store.h View 1 chunk +0 lines, -60 lines 0 comments Download
D content/browser/geolocation/arbitrator_dependency_factories_for_test.h View 1 chunk +0 lines, -33 lines 0 comments Download
D content/browser/geolocation/arbitrator_dependency_factories_for_test.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D content/browser/geolocation/arbitrator_dependency_factory.h View 1 chunk +0 lines, -61 lines 0 comments Download
D content/browser/geolocation/arbitrator_dependency_factory.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D content/browser/geolocation/core_location_data_provider_mac.h View 1 chunk +0 lines, -52 lines 0 comments Download
D content/browser/geolocation/core_location_data_provider_mac.mm View 1 chunk +0 lines, -246 lines 0 comments Download
D content/browser/geolocation/core_location_provider_mac.h View 1 chunk +0 lines, -37 lines 0 comments Download
D content/browser/geolocation/core_location_provider_mac.mm View 1 chunk +0 lines, -59 lines 0 comments Download
D content/browser/geolocation/device_data_provider.h View 1 chunk +0 lines, -402 lines 0 comments Download
D content/browser/geolocation/device_data_provider.cc View 1 chunk +0 lines, -105 lines 0 comments Download
D content/browser/geolocation/device_data_provider_unittest.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D content/browser/geolocation/empty_device_data_provider.h View 1 chunk +0 lines, -33 lines 0 comments Download
D content/browser/geolocation/empty_device_data_provider.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D content/browser/geolocation/fake_access_token_store.h View 1 chunk +0 lines, -34 lines 0 comments Download
D content/browser/geolocation/fake_access_token_store.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_common.h View 1 chunk +0 lines, -101 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_common.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_common_unittest.cc View 1 chunk +0 lines, -190 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_linux.h View 1 chunk +0 lines, -23 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_linux.cc View 1 chunk +0 lines, -227 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_win.h View 1 chunk +0 lines, -24 lines 0 comments Download
D content/browser/geolocation/gateway_data_provider_win.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D content/browser/geolocation/geolocation_dispatcher_host.h View 1 chunk +0 lines, -31 lines 0 comments Download
D content/browser/geolocation/geolocation_dispatcher_host.cc View 1 chunk +0 lines, -186 lines 0 comments Download
D content/browser/geolocation/geolocation_observer.h View 1 chunk +0 lines, -51 lines 0 comments Download
D content/browser/geolocation/geolocation_permission_context.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/browser/geolocation/geolocation_provider.h View 1 chunk +0 lines, -100 lines 0 comments Download
D content/browser/geolocation/geolocation_provider.cc View 1 chunk +0 lines, -149 lines 0 comments Download
D content/browser/geolocation/geolocation_provider_unittest.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D content/browser/geolocation/gps_location_provider_linux.h View 1 chunk +0 lines, -56 lines 0 comments Download
D content/browser/geolocation/gps_location_provider_linux.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D content/browser/geolocation/gps_location_provider_unittest_linux.cc View 1 chunk +0 lines, -194 lines 0 comments Download
D content/browser/geolocation/libgps_2_38_wrapper_linux.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D content/browser/geolocation/libgps_2_94_wrapper_linux.cc View 1 chunk +0 lines, -48 lines 0 comments Download
D content/browser/geolocation/libgps_wrapper_linux.h View 1 chunk +0 lines, -112 lines 0 comments Download
D content/browser/geolocation/libgps_wrapper_linux.cc View 1 chunk +0 lines, -220 lines 0 comments Download
D content/browser/geolocation/location_arbitrator.h View 1 chunk +0 lines, -100 lines 0 comments Download
D content/browser/geolocation/location_arbitrator.cc View 1 chunk +0 lines, -163 lines 0 comments Download
D content/browser/geolocation/location_arbitrator_unittest.cc View 1 chunk +0 lines, -302 lines 0 comments Download
D content/browser/geolocation/location_provider.h View 1 chunk +0 lines, -98 lines 0 comments Download
D content/browser/geolocation/location_provider.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D content/browser/geolocation/mock_location_provider.h View 1 chunk +0 lines, -65 lines 0 comments Download
D content/browser/geolocation/mock_location_provider.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D content/browser/geolocation/network_location_provider.h View 1 chunk +0 lines, -145 lines 0 comments Download
D content/browser/geolocation/network_location_provider.cc View 1 chunk +0 lines, -319 lines 0 comments Download
D content/browser/geolocation/network_location_provider_unittest.cc View 1 chunk +0 lines, -780 lines 0 comments Download
D content/browser/geolocation/network_location_request.h View 1 chunk +0 lines, -88 lines 0 comments Download
D content/browser/geolocation/network_location_request.cc View 1 chunk +0 lines, -452 lines 0 comments Download
D content/browser/geolocation/osx_wifi.h View 1 chunk +0 lines, -103 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_chromeos.h View 1 chunk +0 lines, -32 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_chromeos.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_common.h View 1 chunk +0 lines, -126 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_common.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_common_unittest.cc View 1 chunk +0 lines, -231 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_common_win.h View 1 chunk +0 lines, -21 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_common_win.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_corewlan_mac.mm View 1 chunk +0 lines, -162 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_linux.h View 1 chunk +0 lines, -25 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_linux.cc View 1 chunk +0 lines, -427 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_mac.h View 1 chunk +0 lines, -32 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_mac.cc View 1 chunk +0 lines, -192 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_unittest_win.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_win.h View 1 chunk +0 lines, -27 lines 0 comments Download
D content/browser/geolocation/wifi_data_provider_win.cc View 1 chunk +0 lines, -607 lines 0 comments Download
D content/browser/geolocation/win7_location_api_unittest_win.cc View 1 chunk +0 lines, -337 lines 0 comments Download
D content/browser/geolocation/win7_location_api_win.h View 1 chunk +0 lines, -65 lines 0 comments Download
D content/browser/geolocation/win7_location_api_win.cc View 1 chunk +0 lines, -167 lines 0 comments Download
D content/browser/geolocation/win7_location_provider_unittest_win.cc View 1 chunk +0 lines, -141 lines 0 comments Download
D content/browser/geolocation/win7_location_provider_win.h View 1 chunk +0 lines, -44 lines 0 comments Download
D content/browser/geolocation/win7_location_provider_win.cc View 1 chunk +0 lines, -106 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +3 lines, -58 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Randy Smith (Not in Mondays)
9 years, 9 months ago (2011-02-28 17:56:58 UTC) #1
rdsmith_google.com
9 years, 9 months ago (2011-02-28 18:12:00 UTC) #2
Can be ignored; commit was aborted and problem is being fixed rather
than CL reverted.

-- Randy

On Mon, Feb 28, 2011 at 12:56 PM,  <rdsmith@chromium.org> wrote:
> Reviewers: John Abd-El-Malek,
>
> Description:
> Revert 76228 - Move core pieces of geolocation from chrome to content.This
> is a
> rough carving in some places.  i.e. geolocation_permission_context.h needs
> to
> split into the interface part and the implementation part.
>  access_token_store.h
> needs to drop the chrome factory function.  arbitrator_dependency_factory.h
> needs to be split up into the interface and the default implementation.
>  I've
> left all this to future changes per the other file moves, and since this is
> already pretty large.TBR=joth
> Review URL: http://codereview.chromium.org/6591034
>
> TBR=jam@chromium.org
>
> Please review this at http://codereview.chromium.org/6597044/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/browser/extensions/extension_geolocation_apitest.cc
>  A  +  chrome/browser/geolocation/access_token_store.h
>  M     chrome/browser/geolocation/access_token_store.cc
>  M     chrome/browser/geolocation/access_token_store_browsertest.cc
>  A  +  chrome/browser/geolocation/arbitrator_dependency_factories_for_test.h
>  A  +
>  chrome/browser/geolocation/arbitrator_dependency_factories_for_test.cc
>  A  +  chrome/browser/geolocation/arbitrator_dependency_factory.h
>  A  +  chrome/browser/geolocation/arbitrator_dependency_factory.cc
>  A  +  chrome/browser/geolocation/core_location_data_provider_mac.h
>  A  +  chrome/browser/geolocation/core_location_data_provider_mac.mm
>  A  +  chrome/browser/geolocation/core_location_provider_mac.h
>  A  +  chrome/browser/geolocation/core_location_provider_mac.mm
>  A  +  chrome/browser/geolocation/device_data_provider.h
>  A  +  chrome/browser/geolocation/device_data_provider.cc
>  A  +  chrome/browser/geolocation/device_data_provider_unittest.cc
>  A  +  chrome/browser/geolocation/empty_device_data_provider.h
>  A  +  chrome/browser/geolocation/empty_device_data_provider.cc
>  A  +  chrome/browser/geolocation/fake_access_token_store.h
>  A  +  chrome/browser/geolocation/fake_access_token_store.cc
>  A  +  chrome/browser/geolocation/gateway_data_provider_common.h
>  A  +  chrome/browser/geolocation/gateway_data_provider_common.cc
>  A  +  chrome/browser/geolocation/gateway_data_provider_common_unittest.cc
>  A  +  chrome/browser/geolocation/gateway_data_provider_linux.h
>  A  +  chrome/browser/geolocation/gateway_data_provider_linux.cc
>  A  +  chrome/browser/geolocation/gateway_data_provider_win.h
>  A  +  chrome/browser/geolocation/gateway_data_provider_win.cc
>  M     chrome/browser/geolocation/geolocation_browsertest.cc
>  M     chrome/browser/geolocation/geolocation_content_settings_map.cc
>  M
> chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
>  A  +  chrome/browser/geolocation/geolocation_dispatcher_host.h
>  A  +  chrome/browser/geolocation/geolocation_dispatcher_host.cc
>  M
> chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
>  A  +  chrome/browser/geolocation/geolocation_observer.h
>  A  +  chrome/browser/geolocation/geolocation_permission_context.h
>  M     chrome/browser/geolocation/geolocation_permission_context.cc
>  M     chrome/browser/geolocation/geolocation_permission_context_unittest.cc
>  M     chrome/browser/geolocation/geolocation_prefs.cc
>  A  +  chrome/browser/geolocation/geolocation_provider.h
>  A  +  chrome/browser/geolocation/geolocation_provider.cc
>  A  +  chrome/browser/geolocation/geolocation_provider_unittest.cc
>  MM    chrome/browser/geolocation/geolocation_settings_state.h
>  M     chrome/browser/geolocation/geolocation_settings_state.cc
>  MM    chrome/browser/geolocation/geolocation_settings_state_unittest.cc
>  A  +  chrome/browser/geolocation/gps_location_provider_linux.h
>  A  +  chrome/browser/geolocation/gps_location_provider_linux.cc
>  A  +  chrome/browser/geolocation/gps_location_provider_unittest_linux.cc
>  A  +  chrome/browser/geolocation/libgps_2_38_wrapper_linux.cc
>  A  +  chrome/browser/geolocation/libgps_2_94_wrapper_linux.cc
>  A  +  chrome/browser/geolocation/libgps_wrapper_linux.h
>  A  +  chrome/browser/geolocation/libgps_wrapper_linux.cc
>  A  +  chrome/browser/geolocation/location_arbitrator.h
>  A  +  chrome/browser/geolocation/location_arbitrator.cc
>  A  +  chrome/browser/geolocation/location_arbitrator_unittest.cc
>  A  +  chrome/browser/geolocation/location_provider.h
>  A  +  chrome/browser/geolocation/location_provider.cc
>  A  +  chrome/browser/geolocation/mock_location_provider.h
>  A  +  chrome/browser/geolocation/mock_location_provider.cc
>  A  +  chrome/browser/geolocation/network_location_provider.h
>  A  +  chrome/browser/geolocation/network_location_provider.cc
>  A  +  chrome/browser/geolocation/network_location_provider_unittest.cc
>  A  +  chrome/browser/geolocation/network_location_request.h
>  A  +  chrome/browser/geolocation/network_location_request.cc
>  A  +  chrome/browser/geolocation/osx_wifi.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_chromeos.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_chromeos.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_common.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_common.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_common_unittest.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_common_win.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_common_win.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_corewlan_mac.mm
>  A  +  chrome/browser/geolocation/wifi_data_provider_linux.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_linux.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_mac.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_mac.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_unittest_chromeos.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_unittest_win.cc
>  A  +  chrome/browser/geolocation/wifi_data_provider_win.h
>  A  +  chrome/browser/geolocation/wifi_data_provider_win.cc
>  A  +  chrome/browser/geolocation/win7_location_api_unittest_win.cc
>  A  +  chrome/browser/geolocation/win7_location_api_win.h
>  A  +  chrome/browser/geolocation/win7_location_api_win.cc
>  A  +  chrome/browser/geolocation/win7_location_provider_unittest_win.cc
>  A  +  chrome/browser/geolocation/win7_location_provider_win.h
>  A  +  chrome/browser/geolocation/win7_location_provider_win.cc
>  M     chrome/browser/profiles/profile_impl.cc
>  M     chrome/browser/renderer_host/browser_render_process_host.cc
>  M     chrome/chrome_browser.gypi
>  M     chrome/chrome_tests.gypi
>  M     chrome/test/testing_profile.cc
>  D     content/browser/geolocation/access_token_store.h
>  D
> content/browser/geolocation/arbitrator_dependency_factories_for_test.h
>  D
> content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
>  D     content/browser/geolocation/arbitrator_dependency_factory.h
>  D     content/browser/geolocation/arbitrator_dependency_factory.cc
>  D     content/browser/geolocation/core_location_data_provider_mac.h
>  D     content/browser/geolocation/core_location_data_provider_mac.mm
>  D     content/browser/geolocation/core_location_provider_mac.h
>  D     content/browser/geolocation/core_location_provider_mac.mm
>  D     content/browser/geolocation/device_data_provider.h
>  D     content/browser/geolocation/device_data_provider.cc
>  D     content/browser/geolocation/device_data_provider_unittest.cc
>  D     content/browser/geolocation/empty_device_data_provider.h
>  D     content/browser/geolocation/empty_device_data_provider.cc
>  D     content/browser/geolocation/fake_access_token_store.h
>  D     content/browser/geolocation/fake_access_token_store.cc
>  D     content/browser/geolocation/gateway_data_provider_common.h
>  D     content/browser/geolocation/gateway_data_provider_common.cc
>  D     content/browser/geolocation/gateway_data_provider_common_unittest.cc
>  D     content/browser/geolocation/gateway_data_provider_linux.h
>  D     content/browser/geolocation/gateway_data_provider_linux.cc
>  D     content/browser/geolocation/gateway_data_provider_win.h
>  D     content/browser/geolocation/gateway_data_provider_win.cc
>  D     content/browser/geolocation/geolocation_dispatcher_host.h
>  D     content/browser/geolocation/geolocation_dispatcher_host.cc
>  D     content/browser/geolocation/geolocation_observer.h
>  D     content/browser/geolocation/geolocation_permission_context.h
>  D     content/browser/geolocation/geolocation_provider.h
>  D     content/browser/geolocation/geolocation_provider.cc
>  D     content/browser/geolocation/geolocation_provider_unittest.cc
>  D     content/browser/geolocation/gps_location_provider_linux.h
>  D     content/browser/geolocation/gps_location_provider_linux.cc
>  D     content/browser/geolocation/gps_location_provider_unittest_linux.cc
>  D     content/browser/geolocation/libgps_2_38_wrapper_linux.cc
>  D     content/browser/geolocation/libgps_2_94_wrapper_linux.cc
>  D     content/browser/geolocation/libgps_wrapper_linux.h
>  D     content/browser/geolocation/libgps_wrapper_linux.cc
>  D     content/browser/geolocation/location_arbitrator.h
>  D     content/browser/geolocation/location_arbitrator.cc
>  D     content/browser/geolocation/location_arbitrator_unittest.cc
>  D     content/browser/geolocation/location_provider.h
>  D     content/browser/geolocation/location_provider.cc
>  D     content/browser/geolocation/mock_location_provider.h
>  D     content/browser/geolocation/mock_location_provider.cc
>  D     content/browser/geolocation/network_location_provider.h
>  D     content/browser/geolocation/network_location_provider.cc
>  D     content/browser/geolocation/network_location_provider_unittest.cc
>  D     content/browser/geolocation/network_location_request.h
>  D     content/browser/geolocation/network_location_request.cc
>  D     content/browser/geolocation/osx_wifi.h
>  D     content/browser/geolocation/wifi_data_provider_chromeos.h
>  D     content/browser/geolocation/wifi_data_provider_chromeos.cc
>  D     content/browser/geolocation/wifi_data_provider_common.h
>  D     content/browser/geolocation/wifi_data_provider_common.cc
>  D     content/browser/geolocation/wifi_data_provider_common_unittest.cc
>  D     content/browser/geolocation/wifi_data_provider_common_win.h
>  D     content/browser/geolocation/wifi_data_provider_common_win.cc
>  D     content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
>  D     content/browser/geolocation/wifi_data_provider_linux.h
>  D     content/browser/geolocation/wifi_data_provider_linux.cc
>  D     content/browser/geolocation/wifi_data_provider_mac.h
>  D     content/browser/geolocation/wifi_data_provider_mac.cc
>  D     content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc
>  D     content/browser/geolocation/wifi_data_provider_unittest_win.cc
>  D     content/browser/geolocation/wifi_data_provider_win.h
>  D     content/browser/geolocation/wifi_data_provider_win.cc
>  D     content/browser/geolocation/win7_location_api_unittest_win.cc
>  D     content/browser/geolocation/win7_location_api_win.h
>  D     content/browser/geolocation/win7_location_api_win.cc
>  D     content/browser/geolocation/win7_location_provider_unittest_win.cc
>  D     content/browser/geolocation/win7_location_provider_win.h
>  D     content/browser/geolocation/win7_location_provider_win.cc
>  M     content/content_browser.gypi
>
>
>

Powered by Google App Engine
This is Rietveld 408576698