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

Unified Diff: content/browser/histogram_message_filter.h

Issue 10787042: Coverity: Initialize a member variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nuke. Created 8 years, 5 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 | content/browser/histogram_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/histogram_message_filter.h
diff --git a/content/browser/histogram_message_filter.h b/content/browser/histogram_message_filter.h
index b8ca89def756fac8f90916f90a45fd7996a6ba53..a1405e21bc5d99ed3a934abc532f2059b31b6eb0 100644
--- a/content/browser/histogram_message_filter.h
+++ b/content/browser/histogram_message_filter.h
@@ -32,8 +32,6 @@ class HistogramMessageFilter : public BrowserMessageFilter {
void OnChildHistogramData(int sequence_number,
const std::vector<std::string>& pickled_histograms);
- ProcessType process_type_;
-
DISALLOW_COPY_AND_ASSIGN(HistogramMessageFilter);
};
« no previous file with comments | « no previous file | content/browser/histogram_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698