diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 08:42:22 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 08:42:22 +0000 |
commit | 41585292bcc48a2e383af3669c7517bac988efcc (patch) | |
tree | 373b0124af20e855e5ae960763b85e1cc4505459 /chrome/browser/geolocation/wifi_data_provider_common.h | |
parent | af939a1462b26757a5537d48dd90e7490bd80e9c (diff) | |
download | chromium_src-41585292bcc48a2e383af3669c7517bac988efcc.zip chromium_src-41585292bcc48a2e383af3669c7517bac988efcc.tar.gz chromium_src-41585292bcc48a2e383af3669c7517bac988efcc.tar.bz2 |
Misc tidy up:
- rename NewPolicyPolicy to NewPollingPolicy
- log content of json request string, rather than its address
BUG=none
TEST=run browser, looked at logging output
Review URL: http://codereview.chromium.org/661091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/wifi_data_provider_common.h')
-rw-r--r-- | chrome/browser/geolocation/wifi_data_provider_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/wifi_data_provider_common.h b/chrome/browser/geolocation/wifi_data_provider_common.h index 15ac8eb..086c149 100644 --- a/chrome/browser/geolocation/wifi_data_provider_common.h +++ b/chrome/browser/geolocation/wifi_data_provider_common.h @@ -86,7 +86,7 @@ class WifiDataProviderCommon virtual WlanApiInterface* NewWlanApi() = 0; // Returns ownership. Will be called from the worker thread. - virtual PollingPolicyInterface* NewPolicyPolicy() = 0; + virtual PollingPolicyInterface* NewPollingPolicy() = 0; private: // Thread implementation |