diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 19:51:59 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 19:51:59 +0000 |
commit | 686219194ba4effc992edc7d5e6af517192eb5a7 (patch) | |
tree | 3c007d16db75d1c8318627d3e737f683f17eb70a /chrome/browser/shell_integration_linux.cc | |
parent | 3d9ca6bb2dc35e400da3563fa3989ae78f98e20e (diff) | |
download | chromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.zip chromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.tar.gz chromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.tar.bz2 |
Small comment updates. No code change.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_linux.cc')
-rw-r--r-- | chrome/browser/shell_integration_linux.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc index fb3fef8..1c3fad2 100644 --- a/chrome/browser/shell_integration_linux.cc +++ b/chrome/browser/shell_integration_linux.cc @@ -166,9 +166,9 @@ class CreateDesktopShortcutTask : public Task { } // namespace -// We delegate the difficult of setting the default browser in Linux desktop -// environments to a new xdg utility, xdg-settings. We'll have to include a copy -// of it for this to work, obviously, but that's actually the suggested approach +// We delegate the difficulty of setting the default browser in Linux desktop +// environments to a new xdg utility, xdg-settings. We have to include a copy of +// it for this to work, obviously, but that's actually the suggested approach // for xdg utilities anyway. bool ShellIntegration::SetAsDefaultBrowser() { |