Index: chrome/installer/util/chrome_browser_operations.cc |
diff --git a/chrome/installer/util/chrome_browser_operations.cc b/chrome/installer/util/chrome_browser_operations.cc |
index b1ae844fb3f37cc3f9fb8e892f74a5b6494754e8..07070cc0a3c696ff58d05bef678b923bccae1512 100644 |
--- a/chrome/installer/util/chrome_browser_operations.cc |
+++ b/chrome/installer/util/chrome_browser_operations.cc |
@@ -41,6 +41,7 @@ void ChromeBrowserOperations::ReadOptions( |
void ChromeBrowserOperations::AddKeyFiles( |
const std::set<std::wstring>& options, |
std::vector<FilePath>* key_files) const { |
+ // TODO(erikwright): If multi, can we omit this? |
grt (UTC plus 2)
2012/07/12 18:37:10
see my comment in the app host's operations file
erikwright (departed)
2012/07/16 20:13:11
Decided just to leave it for now.
|
DCHECK(key_files); |
key_files->push_back(FilePath(installer::kChromeDll)); |
} |