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

Side by Side Diff: content/browser/shared_worker/worker_document_set.cc

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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 (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 "content/browser/worker_host/worker_document_set.h" 5 #include "content/browser/shared_worker/worker_document_set.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 8
9 namespace content { 9 namespace content {
10 10
11 WorkerDocumentSet::WorkerDocumentSet() { 11 WorkerDocumentSet::WorkerDocumentSet() {
12 } 12 }
13 13
14 void WorkerDocumentSet::Add(BrowserMessageFilter* parent, 14 void WorkerDocumentSet::Add(BrowserMessageFilter* parent,
15 unsigned long long document_id, 15 unsigned long long document_id,
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 : filter_(filter), 74 : filter_(filter),
75 document_id_(document_id), 75 document_id_(document_id),
76 render_process_id_(render_process_id), 76 render_process_id_(render_process_id),
77 render_frame_id_(render_frame_id) { 77 render_frame_id_(render_frame_id) {
78 } 78 }
79 79
80 WorkerDocumentSet::~WorkerDocumentSet() { 80 WorkerDocumentSet::~WorkerDocumentSet() {
81 } 81 }
82 82
83 } // namespace content 83 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/shared_worker/worker_document_set.h ('k') | content/browser/shared_worker/worker_storage_partition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698