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

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: 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 d38cb6b3dbb8bcf013b61b87118a2af3f694e17e..3a8b394cff90b2a9cc269f3659b54ef06fd41377 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