chromium/chrome/notification_helper/notification_helper_util.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_
#define CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_

#include "base/files/file_path.h"

namespace notification_helper {

// Returns the file path of chrome.exe if found, or an empty file path if not.
base::FilePath GetChromeExePath();

}  // namespace notification_helper

#endif  // CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_