| Index: chrome/test/ui_test_utils.h
|
| diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h
|
| index dc00afa77589deccb0c478f4b076cb356276c70f..ad6acdf14601b063b15e7d940e8678749a77c7b2 100644
|
| --- a/chrome/test/ui_test_utils.h
|
| +++ b/chrome/test/ui_test_utils.h
|
| @@ -121,9 +121,9 @@ Browser* WaitForNewBrowser();
|
| // called.
|
| Browser* WaitForNewBrowserWithCount(size_t start_count);
|
|
|
| -// Opens |url| in an incognito browser window with the off the record profile of
|
| +// Opens |url| in an incognito browser window with the incognito profile of
|
| // |profile|, blocking until the navigation finishes. This will create a new
|
| -// browser if a browser with the off the record profile does not exist.
|
| +// browser if a browser with the incognito profile does not exist.
|
| void OpenURLOffTheRecord(Profile* profile, const GURL& url);
|
|
|
| // Navigates the selected tab of |browser| to |url|, blocking until the
|
|
|