| Index: chrome/browser/views/tabs/base_tab.h
|
| diff --git a/chrome/browser/views/tabs/base_tab.h b/chrome/browser/views/tabs/base_tab.h
|
| index 1ad99c94faca534cfa3b9159a1e4b93cdd8b7829..0cc56c4236969625436e6095c729c3c28e2e99dc 100644
|
| --- a/chrome/browser/views/tabs/base_tab.h
|
| +++ b/chrome/browser/views/tabs/base_tab.h
|
| @@ -194,7 +194,7 @@ class BaseTab : public AnimationDelegate,
|
| // The current index of the loading animation.
|
| int loading_animation_frame_;
|
|
|
| - // Whether to disable throbber animations. Only true if this is a nano tab
|
| + // Whether to disable throbber animations. Only true if this is an app tab
|
| // renderer and a command line flag has been passed in to disable the
|
| // animations.
|
| bool throbber_disabled_;
|
|
|