DescriptionConvert Extension* to extension id in AppLaunchParams.
Having raw Extension pointers is problematic because an extension may be
reloaded during the lifetime of AppLaunchParams, which will invalidate the
pointer.
This also converts CommandLine* to CommandLine and lets the empty command
line represent "no command line".
BUG=323220
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241143
Patch Set 1 #
Total comments: 8
Patch Set 2 : respond to comments #
Total comments: 6
Patch Set 3 : respond to comments #Patch Set 4 : fix compile #Patch Set 5 : fix compile #Patch Set 6 : fix compile #Messages
Total messages: 20 (0 generated)
|