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

Side by Side Diff: ppapi/proxy/url_loader_resource.cc

Issue 23484036: Add newlines to the end of files where they were missing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 months 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/url_loader_resource.h ('k') | ppapi/tests/test_trace_event.cc » ('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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 "ppapi/proxy/url_loader_resource.h" 5 #include "ppapi/proxy/url_loader_resource.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "ppapi/c/pp_completion_callback.h" 8 #include "ppapi/c/pp_completion_callback.h"
9 #include "ppapi/c/pp_errors.h" 9 #include "ppapi/c/pp_errors.h"
10 #include "ppapi/c/ppb_url_loader.h" 10 #include "ppapi/c/ppb_url_loader.h"
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 SetDefersLoading(false); 382 SetDefersLoading(false);
383 } 383 }
384 384
385 // Reset for next time. 385 // Reset for next time.
386 user_buffer_ = NULL; 386 user_buffer_ = NULL;
387 user_buffer_size_ = 0; 387 user_buffer_size_ = 0;
388 return bytes_to_copy; 388 return bytes_to_copy;
389 } 389 }
390 390
391 } // namespace proxy 391 } // namespace proxy
392 } // namespace ppapi 392 } // namespace ppapi
OLDNEW
« no previous file with comments | « ppapi/proxy/url_loader_resource.h ('k') | ppapi/tests/test_trace_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698