Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2910)

Unified Diff: chrome/browser/views/tabs/tab_renderer.cc

Issue 1991009: Shorten several apps-related flags (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698