Index: content/browser/download/save_file.cc |
diff --git a/content/browser/download/save_file.cc b/content/browser/download/save_file.cc |
index 80caf13314d22319c34ff967c8d7a44d25c21add..e8885e4e363f5d44389a6ac5fb5751e73372d559 100644 |
--- a/content/browser/download/save_file.cc |
+++ b/content/browser/download/save_file.cc |
@@ -60,6 +60,8 @@ void SaveFile::Finish() { |
} |
void SaveFile::AnnotateWithSourceInformation() { |
+ // TODO(gbillock): If this method is called, it should set the |
+ // file_.SetClientGuid() method first. |
file_.AnnotateWithSourceInformation(); |
} |