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

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

Issue 2564833002: Remove is_renderer_suspended_. (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 AssociatedInterfaceRegistryImpl associated_interfaces_; 754 AssociatedInterfaceRegistryImpl associated_interfaces_;
755 755
756 mojo::AssociatedBinding<mojom::Renderer> renderer_binding_; 756 mojo::AssociatedBinding<mojom::Renderer> renderer_binding_;
757 757
758 mojom::RenderFrameMessageFilterAssociatedPtr render_frame_message_filter_; 758 mojom::RenderFrameMessageFilterAssociatedPtr render_frame_message_filter_;
759 mojom::RenderMessageFilterAssociatedPtr render_message_filter_; 759 mojom::RenderMessageFilterAssociatedPtr render_message_filter_;
760 scoped_refptr<mojom::ThreadSafeRenderMessageFilterAssociatedPtr> 760 scoped_refptr<mojom::ThreadSafeRenderMessageFilterAssociatedPtr>
761 thread_safe_render_message_filter_; 761 thread_safe_render_message_filter_;
762 762
763 base::CancelableClosure record_purge_suspend_metric_closure_; 763 base::CancelableClosure record_purge_suspend_metric_closure_;
764 bool is_renderer_suspended_;
765 764
766 int32_t client_id_; 765 int32_t client_id_;
767 766
768 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl); 767 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);
769 }; 768 };
770 769
771 #if defined(COMPILER_MSVC) 770 #if defined(COMPILER_MSVC)
772 #pragma warning(pop) 771 #pragma warning(pop)
773 #endif 772 #endif
774 773
775 } // namespace content 774 } // namespace content
776 775
777 #endif // CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ 776 #endif // CONTENT_RENDERER_RENDER_THREAD_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698