| Index: chrome/browser/views/tabs/tab_renderer.cc
|
| diff --git a/chrome/browser/views/tabs/tab_renderer.cc b/chrome/browser/views/tabs/tab_renderer.cc
|
| index e9d47aaf616250ec163a3515dc346aa3f488eca7..ccf39caeaf6d6601a87450b8235f3ac12cde3b19 100644
|
| --- a/chrome/browser/views/tabs/tab_renderer.cc
|
| +++ b/chrome/browser/views/tabs/tab_renderer.cc
|
| @@ -348,8 +348,7 @@ void TabRenderer::UpdateData(TabContents* contents,
|
| // If this is an extension app and a command line flag is set,
|
| // then disable the throbber.
|
| throbber_disabled_ = data_.app &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableThrobberForExtensionApps);
|
| + CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsNoThrob);
|
|
|
| // TODO(glen): Temporary hax.
|
| theme_provider_ = contents->profile()->GetThemeProvider();
|
|
|