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

Side by Side Diff: pdf/preview_mode_client.cc

Issue 2558573002: Revert "reland of Improve linearized pdf load/show time." (Closed)
Patch Set: Changes to make tests pass ... Created 4 years 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 unified diff | Download patch
« no previous file with comments | « pdf/preview_mode_client.h ('k') | pdf/range_set.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "pdf/preview_mode_client.h" 5 #include "pdf/preview_mode_client.h"
6 6
7 #include <stdint.h> 7 #include <stdint.h>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 10
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 void PreviewModeClient::FormTextFieldFocusChange(bool in_focus) { 156 void PreviewModeClient::FormTextFieldFocusChange(bool in_focus) {
157 NOTREACHED(); 157 NOTREACHED();
158 } 158 }
159 159
160 bool PreviewModeClient::IsPrintPreview() { 160 bool PreviewModeClient::IsPrintPreview() {
161 NOTREACHED(); 161 NOTREACHED();
162 return false; 162 return false;
163 } 163 }
164 164
165 void PreviewModeClient::CancelBrowserDownload() {}
166
167 uint32_t PreviewModeClient::GetBackgroundColor() { 165 uint32_t PreviewModeClient::GetBackgroundColor() {
168 NOTREACHED(); 166 NOTREACHED();
169 return 0; 167 return 0;
170 } 168 }
171 169
172 } // namespace chrome_pdf 170 } // namespace chrome_pdf
OLDNEW
« no previous file with comments | « pdf/preview_mode_client.h ('k') | pdf/range_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698