| Index: chrome/browser/net/url_info.cc
|
| diff --git a/chrome/browser/net/url_info.cc b/chrome/browser/net/url_info.cc
|
| index 48ac54ca5662be58400c3b6d56e4c7557f6526ed..2fe96887bea196f3579685aa524971076c122a2a 100644
|
| --- a/chrome/browser/net/url_info.cc
|
| +++ b/chrome/browser/net/url_info.cc
|
| @@ -353,6 +353,9 @@ std::string UrlInfo::GetAsciiMotivation() const {
|
| case STARTUP_LIST_MOTIVATED:
|
| return "[startup list]";
|
|
|
| + case EARLY_LOAD_MOTIVATED:
|
| + return "[early-load]";
|
| +
|
| case NO_PREFETCH_MOTIVATION:
|
| return "n/a";
|
|
|
|
|