Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / ui / android / simple_message_box_android.cc
blob5700db7985da8b41669ae13032757aa8e9daa0fb
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/simple_message_box.h"
7 #include "base/logging.h"
9 namespace chrome {
11 MessageBoxResult ShowMessageBox(gfx::NativeWindow parent,
12 const base::string16& title,
13 const base::string16& message,
14 MessageBoxType type) {
15 NOTIMPLEMENTED();
16 return MESSAGE_BOX_RESULT_NO;
19 } // namespace chrome