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

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

Issue 10411018: [FileBrowser] Added DefaultAction dialog to choose default action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with master. Created 8 years, 7 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_handler_util.h
diff --git a/chrome/browser/chromeos/extensions/file_handler_util.h b/chrome/browser/chromeos/extensions/file_handler_util.h
index 6ef676005cb55de8077e08b3d3982fafcc9f8f98..84b0e2f00b4ce38ce59a61c5fe678361898c919c 100644
--- a/chrome/browser/chromeos/extensions/file_handler_util.h
+++ b/chrome/browser/chromeos/extensions/file_handler_util.h
@@ -20,6 +20,8 @@ class Profile;
namespace file_handler_util {
+void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id);
+
// Gets read-write file access permission flags.
int GetReadWritePermissions();
// Gets read-only file access permission flags.

Powered by Google App Engine
This is Rietveld 408576698