diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:43:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:43:58 +0000 |
commit | 8463c8db63491878163fa0a43b31be61fb8ccf54 (patch) | |
tree | 94de537edf13c519cd4b3c0d17d76aca28fa210c /app/app_paths.h | |
parent | 88b460b939077577521fe6119a3682b17992eeae (diff) | |
download | chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.zip chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.tar.gz chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.tar.bz2 |
app: Get rid of app_paths.[cc,h] files.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7262020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_paths.h')
-rw-r--r-- | app/app_paths.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/app_paths.h b/app/app_paths.h deleted file mode 100644 index d1cf12f0..0000000 --- a/app/app_paths.h +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) 2010 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 APP_APP_PATHS_H_ -#define APP_APP_PATHS_H_ -#pragma once - -// This file declares path keys for the app module. These can be used with -// the PathService to access various special directories and files. - -namespace app { - -enum { - PATH_START = 2000, - - DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. - - PATH_END -}; - -// Call once to register the provider for the path keys defined above. -void RegisterPathProvider(); - -} // namespace app - -#endif // APP_APP_PATHS_H_ |