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

Side by Side Diff: content/renderer/render_thread_impl.h

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error Created 4 years, 1 month 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 | « content/renderer/DEPS ('k') | content/renderer/render_thread_impl.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_RENDER_THREAD_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_THREAD_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_THREAD_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <set> 11 #include <set>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/cancelable_callback.h" 15 #include "base/cancelable_callback.h"
16 #include "base/macros.h" 16 #include "base/macros.h"
17 #include "base/memory/memory_coordinator_client.h" 17 #include "base/memory/memory_coordinator_client.h"
18 #include "base/memory/memory_pressure_listener.h" 18 #include "base/memory/memory_pressure_listener.h"
19 #include "base/memory/ref_counted.h" 19 #include "base/memory/ref_counted.h"
20 #include "base/metrics/user_metrics_action.h" 20 #include "base/metrics/user_metrics_action.h"
21 #include "base/observer_list.h" 21 #include "base/observer_list.h"
22 #include "base/strings/string16.h" 22 #include "base/strings/string16.h"
23 #include "base/threading/thread_checker.h" 23 #include "base/threading/thread_checker.h"
24 #include "base/timer/timer.h" 24 #include "base/timer/timer.h"
25 #include "build/build_config.h" 25 #include "build/build_config.h"
26 #include "content/child/child_discardable_shared_memory_manager.h"
27 #include "content/child/child_thread_impl.h" 26 #include "content/child/child_thread_impl.h"
28 #include "content/child/memory/child_memory_coordinator_impl.h" 27 #include "content/child/memory/child_memory_coordinator_impl.h"
29 #include "content/common/associated_interface_registry_impl.h" 28 #include "content/common/associated_interface_registry_impl.h"
30 #include "content/common/content_export.h" 29 #include "content/common/content_export.h"
31 #include "content/common/frame.mojom.h" 30 #include "content/common/frame.mojom.h"
32 #include "content/common/frame_replication_state.h" 31 #include "content/common/frame_replication_state.h"
33 #include "content/common/render_frame_message_filter.mojom.h" 32 #include "content/common/render_frame_message_filter.mojom.h"
34 #include "content/common/render_message_filter.mojom.h" 33 #include "content/common/render_message_filter.mojom.h"
35 #include "content/common/renderer.mojom.h" 34 #include "content/common/renderer.mojom.h"
36 #include "content/common/storage_partition_service.mojom.h" 35 #include "content/common/storage_partition_service.mojom.h"
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl); 747 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);
749 }; 748 };
750 749
751 #if defined(COMPILER_MSVC) 750 #if defined(COMPILER_MSVC)
752 #pragma warning(pop) 751 #pragma warning(pop)
753 #endif 752 #endif
754 753
755 } // namespace content 754 } // namespace content
756 755
757 #endif // CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ 756 #endif // CONTENT_RENDERER_RENDER_THREAD_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/DEPS ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698