Update code documentation for enum in EWK headers
[platform/framework/web/chromium-efl.git] / chrome / notification_helper / notification_helper_util.h
1 // Copyright 2018 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_
6 #define CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_
7
8 #include "base/files/file_path.h"
9
10 namespace notification_helper {
11
12 // Returns the file path of chrome.exe if found, or an empty file path if not.
13 base::FilePath GetChromeExePath();
14
15 }  // namespace notification_helper
16
17 #endif  // CHROME_NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_