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

Unified Diff: content/browser/plugin_loader_posix.cc

Issue 8965054: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/plugin_loader_posix.cc
diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
index 26fe95e639d88be11a948a951a1ea34c7e435592..8cfd773645832c7990bacecb35171d389670668f 100644
--- a/content/browser/plugin_loader_posix.cc
+++ b/content/browser/plugin_loader_posix.cc
@@ -17,7 +17,8 @@ using content::BrowserThread;
using content::ChildProcessHost;
PluginLoaderPosix::PluginLoaderPosix()
- : next_load_index_(0) {
+ : process_host_(NULL),
+ next_load_index_(0) {
}
void PluginLoaderPosix::LoadPlugins(
« no previous file with comments | « content/browser/plugin_loader_posix.h ('k') | content/browser/renderer_host/media/media_stream_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698