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

Unified Diff: content/public/browser/browser_child_process_host_iterator.cc

Issue 22243002: GTTF: Enable glibcxx debug mode for Debug builds by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/public/browser/browser_child_process_host_iterator.cc
diff --git a/content/public/browser/browser_child_process_host_iterator.cc b/content/public/browser/browser_child_process_host_iterator.cc
index a2b8a85ef4e154fb0c8fc105e43c55ca80a5e698..a2aa0473b6f373d1f918ade89ded861a6f4eebdc 100644
--- a/content/public/browser/browser_child_process_host_iterator.cc
+++ b/content/public/browser/browser_child_process_host_iterator.cc
@@ -29,6 +29,9 @@ BrowserChildProcessHostIterator::BrowserChildProcessHostIterator(int type)
++(*this);
}
+BrowserChildProcessHostIterator::~BrowserChildProcessHostIterator() {
+}
+
bool BrowserChildProcessHostIterator::operator++() {
CHECK(!Done());
do {
« no previous file with comments | « content/public/browser/browser_child_process_host_iterator.h ('k') | net/tools/flip_server/output_ordering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698