| Index: components/dom_distiller/core/page_distiller.cc
|
| diff --git a/components/dom_distiller/core/page_distiller.cc b/components/dom_distiller/core/page_distiller.cc
|
| index d0af644b3a2208df0a8282d6469a13fc4c6e53f6..7912b0fd2df91449f82a95e4ae93cb7711715257 100644
|
| --- a/components/dom_distiller/core/page_distiller.cc
|
| +++ b/components/dom_distiller/core/page_distiller.cc
|
| @@ -74,10 +74,12 @@ void PageDistiller::OnExecuteJavaScriptDone(const GURL& page_url,
|
| case 1:
|
| page_info->html = item;
|
| break;
|
| - case 2: {
|
| + case 2:
|
| page_info->next_page_url = item;
|
| break;
|
| - }
|
| + case 3:
|
| + page_info->prev_page_url = item;
|
| + break;
|
| default:
|
| page_info->image_urls.push_back(item);
|
| }
|
|
|