diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:59:14 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:59:14 +0000 |
commit | 43ce682440911e31d0365e66e8911494434581d5 (patch) | |
tree | c2ae9d2b98d91dff4e4526ec981204930f2552f8 /chrome/browser/shell_integration.h | |
parent | 912fee76d9a90bf184f1b985a4dcc1898c3fbe6c (diff) | |
download | chromium_src-43ce682440911e31d0365e66e8911494434581d5.zip chromium_src-43ce682440911e31d0365e66e8911494434581d5.tar.gz chromium_src-43ce682440911e31d0365e66e8911494434581d5.tar.bz2 |
Remove all FIXMEs in browser/
Changed them to TODO or NOTE or other as the situation called for it.
BUG=NONE
TEST=NONE (no code change)
Review URL: http://codereview.chromium.org/3599021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 68a2812..33c82d8 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -72,8 +72,9 @@ class ShellIntegration { // which is deprecated. If |extension_app_id| is non-empty, an arguments // string is created using the kAppId=<id> flag. Otherwise, the kApp=<url> is // used. - // FIXME This function is dangerous, do not use! You cannot treat + // NOTE: This function is dangerous, do not use! You cannot treat // command lines as plain strings as there are metacharacters. + // TODO(evanm): remove it. static std::string GetCommandLineArgumentsCommon(const GURL& url, const string16& extension_app_id); |