diff options
author | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 16:56:37 +0000 |
---|---|---|
committer | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 16:56:37 +0000 |
commit | 1379919b2d25a6009270814ceee6d6ae97ea8030 (patch) | |
tree | 75fc566a17f7b3002ef0e12bd8ec512a22265c23 /chrome/browser/shell_integration.h | |
parent | c1efa9a08a096e81943a0ec8b13c0304a95f85cc (diff) | |
download | chromium_src-1379919b2d25a6009270814ceee6d6ae97ea8030.zip chromium_src-1379919b2d25a6009270814ceee6d6ae97ea8030.tar.gz chromium_src-1379919b2d25a6009270814ceee6d6ae97ea8030.tar.bz2 |
BUG=43382
TEST=none
Addressing some code review comments that were missed in earlier dcommit on issue 3441021.
Specifically, this change splits DisableLaunchOnStartupTask out from EnableLaunchOnStartupTask and eliminates the should_enable_ data member. In addition, it changes the logic in the calling routine to introduce the conditional at that point rather than passing through the should_launch value.
Review URL: http://codereview.chromium.org/3441021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 56ee7f6..68a2812 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -78,6 +78,7 @@ class ShellIntegration { const string16& extension_app_id); #if defined(USE_X11) + // Returns filename of the desktop shortcut used to launch the browser. static std::string GetDesktopName(base::Environment* env); static bool GetDesktopShortcutTemplate(base::Environment* env, |