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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2532853002: Not for commint: Revert 6ed4d4373c5ce4743850df50f94b867240472033
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index f48b60aa94cde3db26ae9df48c191780308b676d..f5141d436435a0b97cfba24f1f64cc3a58698356 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -254,6 +254,8 @@ class CONTENT_EXPORT RenderThreadImpl
int32_t routing_id,
std::unique_ptr<cc::CopyOutputRequest> request);
+ void DoNotNotifyWebKitOfModalLoop();
+
// True if we are running layout tests. This currently disables forwarding
// various status messages to the console, skips network error pages, and
// short circuits size update and focus events.
@@ -600,6 +602,7 @@ class CONTENT_EXPORT RenderThreadImpl
// The number of idle handler calls that skip sending idle notifications.
int idle_notifications_to_skip_;
+ bool notify_webkit_of_modal_loop_;
bool webkit_shared_timer_suspended_;
// Used to control layout test specific behavior.
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698