| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index 6caed5795cfe9610087fb627504aac74498f707b..18a94f5c97813ca16167fc1f0d0234792d6f0b2d 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -72,10 +72,8 @@ class ShellIntegration {
|
| bool create_in_quick_launch_bar;
|
| };
|
|
|
| - // Re-implementation of chrome_plugin_utill::CPB_GetCommandLineArgumentsCommon
|
| - // 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.
|
| + // If |extension_app_id| is non-empty, an arguments string is created using
|
| + // the kAppId=<id> flag. Otherwise, the kApp=<url> is used.
|
| // NOTE: This function is dangerous, do not use! You cannot treat
|
| // command lines as plain strings as there are metacharacters.
|
| // TODO(evanm): remove it.
|
|
|