| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ea970343592a4158798124928569760745c743c9..66540bea82d60df036ef9bcaf28d865c8b4f8803 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -950,6 +950,10 @@ const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
|
| // The telephony region (ISO country code) to use in phone number detection.
|
| const char kNetworkCountryIso[] = "network-country-iso";
|
|
|
| +// When blink should declare a load "done" for the purpose of the
|
| +// progress bar.
|
| +const char kProgressBarCompletion[] = "progress-bar-completion";
|
| +
|
| // Enables remote debug over HTTP on the specified socket name.
|
| const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
|
|
|
|
|