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

Unified Diff: chrome/browser/shell_integration_linux.h

Issue 253403002: Linux: The App Launcher now appears on the "Internet" menu, not "Other". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a global array, instead of a global pointer to a string. Created 6 years, 8 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/shell_integration_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/shell_integration_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698