Override DIR_USER_DATA as data path
This commit is contained in:
parent
964e1d6bb6
commit
5b4e5a7e55
3 changed files with 27 additions and 3 deletions
20
brightray/browser/brightray_paths.h
Normal file
20
brightray/browser/brightray_paths.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright 2015 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 BROWSER_BRIGHTRAY_PATHS_H_
|
||||
#define BROWSER_BRIGHTRAY_PATHS_H_
|
||||
|
||||
namespace brightray {
|
||||
|
||||
enum {
|
||||
PATH_START = 1000,
|
||||
|
||||
DIR_USER_DATA = PATH_START, // Directory where user data can be written.
|
||||
|
||||
PATH_END
|
||||
};
|
||||
|
||||
} // namespace brightray
|
||||
|
||||
#endif // BROWSER_BRIGHTRAY_PATHS_H_
|
Loading…
Add table
Add a link
Reference in a new issue