summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_dialog_cloud_posix.cc
blob: c99401c70f9495219d2cf4d0fb2fd3829878ba6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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