Index: chrome/browser/shell_integration_linux.h |
diff --git a/chrome/browser/shell_integration_linux.h b/chrome/browser/shell_integration_linux.h |
index d7e5c7792ba454d116f460a187595050a6bc895b..39eef4149eb9c812e1e236b99507099bbe8b948f 100644 |
--- a/chrome/browser/shell_integration_linux.h |
+++ b/chrome/browser/shell_integration_linux.h |
@@ -93,6 +93,7 @@ std::string GetDesktopFileContents(const base::FilePath& chrome_exe_path, |
const base::string16& title, |
const std::string& icon_name, |
const base::FilePath& profile_path, |
+ const std::string& categories, |
bool no_display); |
// Returns contents for .desktop file that executes command_line. This is a more |
@@ -104,6 +105,7 @@ std::string GetDesktopFileContentsForCommand( |
const GURL& url, |
const base::string16& title, |
const std::string& icon_name, |
+ const std::string& categories, |
bool no_display); |
// Returns contents for .directory file named |title| with icon |icon_name|. If |