blob: c99401c70f9495219d2cf4d0fb2fd3829878ba6e [file] [log] [blame]
// 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