diff options
Diffstat (limited to 'chrome/browser/ui/views/browser_actions_container.h')
-rw-r--r-- | chrome/browser/ui/views/browser_actions_container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/browser_actions_container.h b/chrome/browser/ui/views/browser_actions_container.h index 22846c2..f9f6e38 100644 --- a/chrome/browser/ui/views/browser_actions_container.h +++ b/chrome/browser/ui/views/browser_actions_container.h @@ -443,7 +443,7 @@ class BrowserActionsContainer // Animate to the target size (unless testing, in which case we go straight to // the target size). This also saves the target number of visible icons in - // the pref if we're not off the record. + // the pref if we're not incognito. void SaveDesiredSizeAndAnimate(ui::Tween::Type type, size_t num_visible_icons); |