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

Unified Diff: content/renderer/pepper/host_globals.cc

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 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/pepper/host_globals.cc
diff --git a/content/renderer/pepper/host_globals.cc b/content/renderer/pepper/host_globals.cc
index 0ebab6434d9ee6b25937549f5a4ae7ad925df1e4..4dd5b743c4a4415e040aa785b743800d96c3ca27 100644
--- a/content/renderer/pepper/host_globals.cc
+++ b/content/renderer/pepper/host_globals.cc
@@ -148,7 +148,7 @@ void HostGlobals::LogWithSource(PP_Instance instance,
const std::string& value) {
PepperPluginInstanceImpl* instance_object =
HostGlobals::Get()->GetInstance(instance);
- // It's possible to process this message in a nested message loop while
+ // It's possible to process this message in a nested run loop while
// detaching a Document…
// TODO(dcheng): Make it so this can't happen. https://crbug.com/561683
if (instance_object &&
« no previous file with comments | « content/public/test/test_navigation_observer.h ('k') | content/renderer/pepper/ppb_flash_message_loop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698