DescriptionChanging printer job handler to be more testable
1. Instead of using "new" to create cloud print URL fetchers,
use protected virtual ::CreateCloudPrintURLFetcher()
2. Instead of having a private destructor, have a protected one,
allowing for sub-classing (useful for testing purposes)
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181997
Patch Set 1 #
Total comments: 2
Patch Set 2 : Modified change to use static factory pattern #
Total comments: 10
Patch Set 3 : Incorporated Gene's suggestions #
Messages
Total messages: 9 (0 generated)
|