| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index 8ab546d7df20ba19d522f306f3dc3585ed253284..478259ff06a0c2842b56222975d2a9e5079ea4cd 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -228,13 +228,11 @@ void GetIconsInfo(const WebApplicationInfo& app_info,
|
| }
|
| #endif
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| std::string GetWMClassFromAppName(std::string app_name) {
|
| file_util::ReplaceIllegalCharactersInPath(&app_name, '_');
|
| TrimString(app_name, "_", &app_name);
|
| return app_name;
|
| }
|
| -#endif
|
|
|
| string16 GetAppShortcutsSubdirName() {
|
| chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
|
|
|