summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-27 01:07:39 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-27 01:07:39 +0000
commitf3beb028c48642d89ebde58acc5f3fe99812b0ff (patch)
tree00f7a4915dc9ea4ab1410ccb229aff402980b95a /chrome/chrome_browser.gypi
parent64f2c2dfb10435f381cf2e0719dbde16a1c82947 (diff)
downloadchromium_src-f3beb028c48642d89ebde58acc5f3fe99812b0ff.zip
chromium_src-f3beb028c48642d89ebde58acc5f3fe99812b0ff.tar.gz
chromium_src-f3beb028c48642d89ebde58acc5f3fe99812b0ff.tar.bz2
Introduce GeolocationPermissionRequestID, a wrapper class to contain the (render process ID, render view ID, bridge ID) triple that uniquely identifies a geolocation permission request.
This ends up simplifying/saving a noticeable chunk of code. Also do some other cleanups, e.g.: * Eliminating using statements when they don't save any lines * Wrapping per the style guide rules * Changing PendingInfoBarRequest from a struct to a class since it has more than just a constructor/init method * Move GeolocationDispatcherHost into content namespace. BUG=none TEST=none Review URL: https://codereview.chromium.org/11269002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 68bd6f6..2c2b1ee 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -672,6 +672,8 @@
'browser/geolocation/geolocation_confirm_infobar_delegate_factory.h',
'browser/geolocation/geolocation_infobar_queue_controller.cc',
'browser/geolocation/geolocation_infobar_queue_controller.h',
+ 'browser/geolocation/geolocation_permission_request_id.cc',
+ 'browser/geolocation/geolocation_permission_request_id.h',
'browser/geolocation/geolocation_prefs.cc',
'browser/geolocation/geolocation_prefs.h',
'browser/geolocation/geolocation_settings_state.cc',