Index: chrome/browser/geolocation/geolocation_browsertest.cc |
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc |
index 4e831c21b1e07d0f7304fdb6cec65211008aac6e..9d26979e49a75e51d6bda5548baad4ea58c8443d 100644 |
--- a/chrome/browser/geolocation/geolocation_browsertest.cc |
+++ b/chrome/browser/geolocation/geolocation_browsertest.cc |
@@ -453,7 +453,7 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, NoInfobarForOffTheRecord) { |
CheckGeoposition(MockLocationProvider::instance_->position_); |
// Disables further prompts from this tab. |
CheckStringValueFromJavascript("0", "geoSetMaxNavigateCount(0)"); |
- // Go off the record, and checks no infobar will be created. |
+ // Go incognito, and checks no infobar will be created. |
ASSERT_TRUE(Initialize(INITIALIZATION_OFFTHERECORD)); |
AddGeolocationWatch(false); |
CheckGeoposition(MockLocationProvider::instance_->position_); |