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

Side by Side Diff: chrome/service/cloud_print/job_status_updater.h

Issue 2982009: Revert everything related to the relanding. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/renderer/gpu_channel_host.h ('k') | chrome/service/service_process.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_ 5 #ifndef CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_
6 #define CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_ 6 #define CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
11 #include "base/ref_counted.h" 11 #include "base/ref_counted.h"
12 #include "base/scoped_ptr.h"
13 #include "base/thread.h" 12 #include "base/thread.h"
14 #include "chrome/service/cloud_print/print_system.h" 13 #include "chrome/service/cloud_print/print_system.h"
15 #include "chrome/common/net/url_fetcher.h" 14 #include "chrome/common/net/url_fetcher.h"
16 #include "googleurl/src/gurl.h" 15 #include "googleurl/src/gurl.h"
17 #include "net/url_request/url_request_status.h" 16 #include "net/url_request/url_request_status.h"
18 17
19 // Periodically monitors the status of a local print job and updates the 18 // Periodically monitors the status of a local print job and updates the
20 // cloud print server accordingly. When the job has been completed this 19 // cloud print server accordingly. When the job has been completed this
21 // object releases the reference to itself which should cause it to 20 // object releases the reference to itself which should cause it to
22 // self-destruct. 21 // self-destruct.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 }; 60 };
62 61
63 // This typedef is to workaround the issue with certain versions of 62 // This typedef is to workaround the issue with certain versions of
64 // Visual Studio where it gets confused between multiple Delegate 63 // Visual Studio where it gets confused between multiple Delegate
65 // classes and gives a C2500 error. (I saw this error on the try bots - 64 // classes and gives a C2500 error. (I saw this error on the try bots -
66 // the workaround was not needed for my machine). 65 // the workaround was not needed for my machine).
67 typedef JobStatusUpdater::Delegate JobStatusUpdaterDelegate; 66 typedef JobStatusUpdater::Delegate JobStatusUpdaterDelegate;
68 67
69 #endif // CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_ 68 #endif // CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_
70 69
OLDNEW
« no previous file with comments | « chrome/renderer/gpu_channel_host.h ('k') | chrome/service/service_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698