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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1931793002: Stop using nested message loop for alert() and other JS dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comment Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index bd2b61a63b60088c756e7dc35b4a6febc70379f7..3f4df5c1395ce66a5e4d5a418789f55ba44efdbb 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -850,8 +850,8 @@ class CONTENT_EXPORT RenderFrameImpl
// selection handles in sync with the webpage.
void SyncSelectionIfRequired();
- // Sends a message and runs a nested message loop.
- bool SendAndRunNestedMessageLoop(IPC::SyncMessage* message);
+ // Sends a synchronous message.
+ bool SendSyncMessage(IPC::SyncMessage* message);
aelias_OOO_until_Jul13 2016/05/17 19:35:29 This declaration has no implementation nor callers
Changwan Ryu 2016/05/19 00:44:56 Done.
bool RunJavaScriptMessage(JavaScriptMessageType type,
const base::string16& message,

Powered by Google App Engine
This is Rietveld 408576698