summaryrefslogtreecommitdiffstats
path: root/app/app_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_paths.h')
-rw-r--r--app/app_paths.h27
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_