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

Side by Side Diff: content/renderer/service_worker/service_worker_context_client.h

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_ 5 #ifndef CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_
6 #define CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_ 6 #define CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <map> 11 #include <map>
12 #include <memory> 12 #include <memory>
13 #include <string> 13 #include <string>
14 #include <vector> 14 #include <vector>
15 15
16 #include "base/callback.h" 16 #include "base/callback.h"
17 #include "base/id_map.h" 17 #include "base/id_map.h"
18 #include "base/macros.h" 18 #include "base/macros.h"
19 #include "base/memory/ref_counted.h" 19 #include "base/memory/ref_counted.h"
20 #include "base/strings/string16.h" 20 #include "base/strings/string16.h"
21 #include "base/time/time.h" 21 #include "base/time/time.h"
22 #include "components/payments/content/payment_app.mojom.h" 22 #include "components/payments/mojom/payment_app.mojom.h"
23 #include "content/child/webmessageportchannel_impl.h" 23 #include "content/child/webmessageportchannel_impl.h"
24 #include "content/common/service_worker/service_worker_event_dispatcher.mojom.h" 24 #include "content/common/service_worker/service_worker_event_dispatcher.mojom.h"
25 #include "content/common/service_worker/service_worker_status_code.h" 25 #include "content/common/service_worker/service_worker_status_code.h"
26 #include "content/common/service_worker/service_worker_types.h" 26 #include "content/common/service_worker/service_worker_types.h"
27 #include "ipc/ipc_listener.h" 27 #include "ipc/ipc_listener.h"
28 #include "mojo/public/cpp/bindings/binding.h" 28 #include "mojo/public/cpp/bindings/binding.h"
29 #include "third_party/WebKit/public/platform/WebMessagePortChannel.h" 29 #include "third_party/WebKit/public/platform/WebMessagePortChannel.h"
30 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerError.h" 30 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerError.h"
31 #include "third_party/WebKit/public/platform/modules/serviceworker/service_worke r_event_status.mojom.h" 31 #include "third_party/WebKit/public/platform/modules/serviceworker/service_worke r_event_status.mojom.h"
32 #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerCo ntextClient.h" 32 #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerCo ntextClient.h"
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 // Initialized on the worker thread in workerContextStarted and 339 // Initialized on the worker thread in workerContextStarted and
340 // destructed on the worker thread in willDestroyWorkerContext. 340 // destructed on the worker thread in willDestroyWorkerContext.
341 std::unique_ptr<WorkerContextData> context_; 341 std::unique_ptr<WorkerContextData> context_;
342 342
343 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerContextClient); 343 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerContextClient);
344 }; 344 };
345 345
346 } // namespace content 346 } // namespace content
347 347
348 #endif // CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_ 348 #endif // CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CLIENT_H_
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/service_worker/service_worker_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698