summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 03:22:38 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 03:22:38 +0000
commit354002bbf04a83faec5a14ed0ea3c3c7e77c2791 (patch)
tree4f0ed39d1dc6926fbb2c6fcc40d7c2dd52997370 /base/file_util.cc
parentfd1fbb75f1d2b75b8ba29f98fd4489677e664952 (diff)
downloadchromium_src-354002bbf04a83faec5a14ed0ea3c3c7e77c2791.zip
chromium_src-354002bbf04a83faec5a14ed0ea3c3c7e77c2791.tar.gz
chromium_src-354002bbf04a83faec5a14ed0ea3c3c7e77c2791.tar.bz2
Add some more desperate logging attempting to understand crasher.
BUG=108724 TBR=yoz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9309089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.cc')
-rw-r--r--base/file_util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/file_util.cc b/base/file_util.cc
index 8f67cc3..bb897f3 100644
--- a/base/file_util.cc
+++ b/base/file_util.cc
@@ -33,6 +33,8 @@ static const int kMaxUniqueFiles = 100;
namespace file_util {
+bool g_bug108724_debug = false;
+
bool EndsWithSeparator(const FilePath& path) {
FilePath::StringType value = path.value();
if (value.empty())