diff options
author | vipul.bhasin@gmail.com <vipul.bhasin@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 00:06:50 +0000 |
---|---|---|
committer | vipul.bhasin@gmail.com <vipul.bhasin@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 00:06:50 +0000 |
commit | 0d1add3db49c5cffead44f60a85c9e82f8d9582f (patch) | |
tree | 4c9460d09d80497cbd6c7907564acb9d4931b853 /chrome/browser/geolocation | |
parent | 92017c22a47ec1b5f890e5911467ce146da6f4d4 (diff) | |
download | chromium_src-0d1add3db49c5cffead44f60a85c9e82f8d9582f.zip chromium_src-0d1add3db49c5cffead44f60a85c9e82f8d9582f.tar.gz chromium_src-0d1add3db49c5cffead44f60a85c9e82f8d9582f.tar.bz2 |
Replacing 'off the record' with 'incognito' in comments and a string in the generated_resources file
Review URL: http://codereview.chromium.org/6800007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r-- | chrome/browser/geolocation/geolocation_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc index 6a8ca69..cb9534e 100644 --- a/chrome/browser/geolocation/geolocation_browsertest.cc +++ b/chrome/browser/geolocation/geolocation_browsertest.cc @@ -195,7 +195,7 @@ void NotifyGeoposition(const Geoposition& geoposition) { // 3. Allowing the infobar does not trigger an error, and allow a geoposition to // be passed to javascript. // 4. Permissions persisted in disk are respected. -// 5. Off the record profiles don't use saved permissions. +// 5. Incognito profiles don't use saved permissions. class GeolocationBrowserTest : public InProcessBrowserTest { public: GeolocationBrowserTest() |