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

Unified Diff: chrome/browser/ui/pdf/adobe_reader_info_win.cc

Issue 384973002: Windows: Find the correct path to Adobe Reader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/pdf/adobe_reader_info_win.cc
diff --git a/chrome/browser/ui/pdf/adobe_reader_info_win.cc b/chrome/browser/ui/pdf/adobe_reader_info_win.cc
index 601f1570c4f10a28651bcdb29650a20a446e676a..2ea9e0ad66b82a8b7cd35110ee86225054734950 100644
--- a/chrome/browser/ui/pdf/adobe_reader_info_win.cc
+++ b/chrome/browser/ui/pdf/adobe_reader_info_win.cc
@@ -57,6 +57,7 @@ base::FilePath GetInstalledPath(const base::char16* app) {
filepath = base::FilePath(path);
}
}
+ filepath = filepath.Append(app);
return filepath;
cpu_(ooo_6.6-7.5) 2014/07/10 23:50:26 lgtm but I suggest return filepath.Append(app);
Lei Zhang 2014/07/11 00:06:18 Done.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698