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

Side by Side Diff: chrome/browser/ui/pdf/adobe_reader_info_win.h

Issue 390983004: Merge 281172 "Windows: Add an "Open in Adobe Reader" menu item f..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_ 5 #ifndef CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_
6 #define CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_ 6 #define CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/callback_forward.h" 9 #include "base/callback_forward.h"
10 #include "content/public/common/webplugininfo.h" 10 #include "content/public/common/webplugininfo.h"
(...skipping 28 matching lines...) Expand all
39 // .pdf extension. 39 // .pdf extension.
40 bool IsAdobeReaderDefaultPDFViewer(); 40 bool IsAdobeReaderDefaultPDFViewer();
41 41
42 // If Adobe Reader or Adobe Acrobat is program associated with the .pdf viewer, 42 // If Adobe Reader or Adobe Acrobat is program associated with the .pdf viewer,
43 // return true if the executable is up to date. 43 // return true if the executable is up to date.
44 // If Reader/Acrobat is not the default .pdf handler, return false. 44 // If Reader/Acrobat is not the default .pdf handler, return false.
45 // This function does blocking I/O, since it needs to read from the disk. 45 // This function does blocking I/O, since it needs to read from the disk.
46 bool IsAdobeReaderUpToDate(); 46 bool IsAdobeReaderUpToDate();
47 47
48 #endif // CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_ 48 #endif // CHROME_BROWSER_UI_PDF_ADOBE_READER_INFO_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/download/download_target_determiner.cc ('k') | chrome/browser/ui/pdf/adobe_reader_info_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698