diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-05 03:22:38 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-05 03:22:38 +0000 |
commit | 354002bbf04a83faec5a14ed0ea3c3c7e77c2791 (patch) | |
tree | 4f0ed39d1dc6926fbb2c6fcc40d7c2dd52997370 /base/file_util.h | |
parent | fd1fbb75f1d2b75b8ba29f98fd4489677e664952 (diff) | |
download | chromium_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.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h index 53264c1..177711e 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -44,6 +44,8 @@ class Time; namespace file_util { +extern bool g_bug108724_debug; + //----------------------------------------------------------------------------- // Functions that operate purely on a path string w/o touching the filesystem: |