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

Unified Diff: chrome/browser/chromeos/extensions/file_manager_util.h

Issue 9395077: [filebrowser] Introduce View action for supported file types (e.g. pdf). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
Index: chrome/browser/chromeos/extensions/file_manager_util.h
===================================================================
--- chrome/browser/chromeos/extensions/file_manager_util.h (revision 125140)
+++ chrome/browser/chromeos/extensions/file_manager_util.h (working copy)
@@ -66,6 +66,8 @@
void InstallCRX(Profile* profile, const FilePath& full_path);
+bool ShouldBeOpenedWithPdfPlugin(const char* file_extension);
+
} // namespace file_manager_util
#endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698