// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/process_singleton_dialog_linux.h" #include "base/run_loop.h" #include "chrome/browser/ui/simple_message_box.h" #include "chrome/grit/branded_strings.h" #include "chrome/grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" bool ShowProcessSingletonDialog(const std::u16string& message, const std::u16string& relaunch_text) { … }