Description[cros] Remove NOTREACHED() in GetHomeDir() since there will be callers that access HomeDir at least once prior to user sign in.
Most callers are now using PathService::Get(base::DIR_HOME) which caches the
value of GetHomeDir() if it has been called prior to user sign in.
With a current implementation it is a possible use of API and should not
crash debug builds.
BUG=331530
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274620
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : remove warning #Messages
Total messages: 7 (0 generated)
|