/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef nsBrowserDirectoryServiceDefs_h___ #define nsBrowserDirectoryServiceDefs_h___ //============================================================================= // // Defines property names for directories available from the browser-specific // nsBrowserDirectoryProvider. // // System and XPCOM properties are defined in nsDirectoryServiceDefs.h. // General application properties are defined in nsAppDirectoryServiceDefs.h. // //============================================================================= // ---------------------------------------------------------------------------- // Files and directories that exist on a per-browser basis. // ---------------------------------------------------------------------------- #define NS_APP_EXISTING_PREF_OVERRIDE "ExistingPrefOverride" #endif