| Index: chrome/browser/shell_integration_linux.h
|
| diff --git a/chrome/browser/shell_integration_linux.h b/chrome/browser/shell_integration_linux.h
|
| index 0300ee9e8a64f13771cfff8a6c781e29058e8b21..4cf64c9114afde3dc58bf139e59525d7c2555575 100644
|
| --- a/chrome/browser/shell_integration_linux.h
|
| +++ b/chrome/browser/shell_integration_linux.h
|
| @@ -71,6 +71,10 @@ std::string GetDesktopFileContents(const base::FilePath& chrome_exe_path,
|
| const base::FilePath& profile_path,
|
| bool no_display);
|
|
|
| +// Returns contents for .directory file named |title| with icon |icon_name|. If
|
| +// |icon_name| is empty, will use the Chrome icon.
|
| +std::string GetDirectoryFileContents(const string16& title,
|
| + const std::string& icon_name);
|
|
|
| // Create shortcuts on the desktop or in the application menu (as specified by
|
| // |shortcut_info|), for the web page or extension in |shortcut_info|.
|
|
|