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

Side by Side Diff: content/browser/service_worker/service_worker_request_handler.h

Issue 2691263002: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_ 5 #ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_
6 #define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_ 6 #define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/callback_forward.h"
11 #include "base/macros.h" 10 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
13 #include "base/supports_user_data.h" 12 #include "base/supports_user_data.h"
14 #include "base/time/time.h" 13 #include "base/time/time.h"
15 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
16 #include "content/common/service_worker/service_worker_status_code.h" 15 #include "content/common/service_worker/service_worker_status_code.h"
17 #include "content/common/service_worker/service_worker_types.h" 16 #include "content/common/service_worker/service_worker_types.h"
18 #include "content/public/common/request_context_frame_type.h" 17 #include "content/public/common/request_context_frame_type.h"
19 #include "content/public/common/request_context_type.h" 18 #include "content/public/common/request_context_type.h"
20 #include "content/public/common/resource_type.h" 19 #include "content/public/common/resource_type.h"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 std::unique_ptr<ServiceWorkerProviderHost> host_for_cross_site_transfer_; 135 std::unique_ptr<ServiceWorkerProviderHost> host_for_cross_site_transfer_;
137 int old_process_id_; 136 int old_process_id_;
138 int old_provider_id_; 137 int old_provider_id_;
139 138
140 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRequestHandler); 139 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRequestHandler);
141 }; 140 };
142 141
143 } // namespace content 142 } // namespace content
144 143
145 #endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_ 144 #endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_REQUEST_HANDLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698