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

Side by Side Diff: chrome/browser/safe_browsing/two_phase_uploader.h

Issue 1502503004: Remove kuint64max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint8
Patch Set: rebase Created 5 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 #ifndef CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_ 5 #ifndef CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_
6 #define CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_ 6 #define CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/callback.h" 10 #include "base/callback.h"
12 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
13 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
14 #include "base/threading/non_thread_safe.h" 13 #include "base/threading/non_thread_safe.h"
15 #include "net/url_request/url_request_context_getter.h" 14 #include "net/url_request/url_request_context_getter.h"
16 #include "url/gurl.h" 15 #include "url/gurl.h"
17 16
18 namespace base { 17 namespace base {
19 class TaskRunner; 18 class TaskRunner;
20 } 19 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 net::URLRequestContextGetter* url_request_context_getter, 92 net::URLRequestContextGetter* url_request_context_getter,
94 base::TaskRunner* file_task_runner, 93 base::TaskRunner* file_task_runner,
95 const GURL& base_url, 94 const GURL& base_url,
96 const std::string& metadata, 95 const std::string& metadata,
97 const base::FilePath& file_path, 96 const base::FilePath& file_path,
98 const TwoPhaseUploader::ProgressCallback& progress_callback, 97 const TwoPhaseUploader::ProgressCallback& progress_callback,
99 const TwoPhaseUploader::FinishCallback& finish_callback) = 0; 98 const TwoPhaseUploader::FinishCallback& finish_callback) = 0;
100 }; 99 };
101 100
102 #endif // CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_ 101 #endif // CHROME_BROWSER_SAFE_BROWSING_TWO_PHASE_UPLOADER_H_
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/win/snapshot_file_details.cc ('k') | chrome/browser/safe_browsing/two_phase_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698