| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3377199e76b1404859aed97132d55505260f64ac..455b2bb9e204097ff85f32db71a0a6a12e07825c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1218,6 +1218,9 @@ const char kEnableZeroSuggestMostVisitedWithoutSerp[] =
|
| // Triggers prerendering of search base page to prefetch results for the typed
|
| // omnibox query. Only has an effect when prerender is enabled.
|
| const char kPrefetchSearchResults[] = "prefetch-search-results";
|
| +
|
| +// Specifies Android phone page loading progress bar animation.
|
| +const char kProgressBarAnimation[] = "progress-bar-animation";
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(USE_ASH)
|
|
|