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

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

Issue 12218136: [cros] Remove file manager code for WebIntents file tasks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | chrome/browser/chromeos/extensions/file_handler_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fb29e2a39fa3d6794933361d8a20b9f06f35d113..fc72d231e17ff7c7596408ac9f8c9aab6b33da7f 100644
--- a/chrome/browser/chromeos/extensions/file_handler_util.h
+++ b/chrome/browser/chromeos/extensions/file_handler_util.h
@@ -32,7 +32,6 @@ namespace file_handler_util {
// action, or Web Intent action.
extern const char kTaskFile[];
extern const char kTaskDrive[];
-extern const char kTaskWebIntent[];
extern const char kTaskApp[];
void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id);
@@ -58,7 +57,7 @@ int GetReadWritePermissions();
int GetReadOnlyPermissions();
// Generates task id for the action specified by the extension. The |task_type|
-// must be one of kTaskFile, kTaskDrive, or kTaskWebIntent.
+// must be one of kTaskFile, kTaskDrive or kTaskApp.
std::string MakeTaskID(const std::string& extension_id,
const std::string& task_type,
const std::string& action_id);
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_handler_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698