This source file includes following definitions.
- SetUpCommandLine
#include "chrome/test/data/webui/print_preview.h"
#include "base/command_line.h"
#include "chrome/common/chrome_switches.h"
PrintPreviewWebUITest::PrintPreviewWebUITest() {}
PrintPreviewWebUITest::~PrintPreviewWebUITest() {}
void PrintPreviewWebUITest::SetUpCommandLine(CommandLine* command_line) {
WebUIBrowserTest::SetUpCommandLine(command_line);
#if !defined(GOOGLE_CHROME_BUILD)
command_line->AppendSwitch(switches::kEnablePrintPreview);
#endif
}