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

Unified Diff: content/shell/tools/plugin/main.cpp

Issue 659023002: Test plugin: fflush(stdout) after writing to stdout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/main.cpp
diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp
index ed1fb3c18b6c8a80b51f4137cec85b9aced410ea..0b1e55f67458a8e7d2a097bdd9c625facbc19327 100644
--- a/content/shell/tools/plugin/main.cpp
+++ b/content/shell/tools/plugin/main.cpp
@@ -352,6 +352,7 @@ NPError NPP_Destroy(NPP instance, NPSavedData **save)
// Note: this intentionally avoids using pluginLog(), because that
// requires running JS during document detach, which is forbidden.
puts("PLUGIN: NPP_Destroy");
+ fflush(stdout);
}
#ifdef XP_MACOSX
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698