| Index: chrome/browser/shell_integration_linux.cc
 | 
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
 | 
| index b19fd2e25fe784fa06fe97810c9a8e1607853803..863c39ab27daf60393e5b534caebe0955f35d801 100644
 | 
| --- a/chrome/browser/shell_integration_linux.cc
 | 
| +++ b/chrome/browser/shell_integration_linux.cc
 | 
| @@ -761,11 +761,9 @@ std::string GetDesktopFileContents(
 | 
|    if (no_display)
 | 
|      g_key_file_set_string(key_file, kDesktopEntry, "NoDisplay", "true");
 | 
|  
 | 
| -#if defined(TOOLKIT_GTK)
 | 
|    std::string wmclass = web_app::GetWMClassFromAppName(app_name);
 | 
|    g_key_file_set_string(key_file, kDesktopEntry, "StartupWMClass",
 | 
|                          wmclass.c_str());
 | 
| -#endif
 | 
|  
 | 
|    gsize length = 0;
 | 
|    gchar* data_dump = g_key_file_to_data(key_file, &length, NULL);
 | 
| 
 |