/** Wrap ContentMain.start() for testing. */
 @VisibleForTesting
 int contentStart() {
   return ContentMain.start();
 }