blob: 087c867ca7d78d213252554a51f1f586be6379d4 [file] [log] [blame]
// Copyright 2017 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.
#ifndef CHROME_BROWSER_UI_COCOA_SIMPLE_MESSAGE_BOX_COCOA_H_
#define CHROME_BROWSER_UI_COCOA_SIMPLE_MESSAGE_BOX_COCOA_H_
#include "chrome/browser/ui/simple_message_box.h"
namespace chrome {
MessageBoxResult ShowMessageBoxCocoa(const base::string16& message,
MessageBoxType type,
const base::string16& checkbox_text);
} // namespace chrome
#endif // CHROME_BROWSER_UI_COCOA_SIMPLE_MESSAGE_BOX_COCOA_H_