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

Unified Diff: base/scoped_temp_dir.h

Issue 5340004: Make ScopedTempDir::Delete return a bool so that its functionality can be te... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | base/scoped_temp_dir.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_temp_dir.h
===================================================================
--- base/scoped_temp_dir.h (revision 67430)
+++ base/scoped_temp_dir.h (working copy)
@@ -38,7 +38,7 @@
bool Set(const FilePath& path);
// Deletes the temporary directory wrapped by this object.
- void Delete();
+ bool Delete();
Paweł Hajdan Jr. 2010/11/29 09:32:17 nit: Add WARN_UNUSED_RESULT from base/compiler_spe
tommi (sloooow) - chröme 2010/11/29 14:50:16 Done.
// Caller takes ownership of the temporary directory so it won't be destroyed
// when this object goes out of scope.
« no previous file with comments | « no previous file | base/scoped_temp_dir.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698