Changing 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= Review URL: https://chromiumcodereview.appspot.com/12208089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181997 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment