// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/printing/print_dialog_cloud.h" #include "base/logging.h" namespace print_dialog_cloud { bool CreatePrintDialogFromCommandLine(Profile* profile, const base::CommandLine& command_line) { NOTIMPLEMENTED(); return false; } } // namespace print_dialog_cloud