Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: extensions/common/extension_paths.h

Issue 13198003: Remove the chrome include in extensions\DEPS by creating a test data directory for extensions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extensions/browser/file_reader_unittest.cc ('k') | extensions/common/extension_paths.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
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 EXTENSIONS_COMMON_EXTENSION_PATHS_H_
6 #define EXTENSIONS_COMMON_EXTENSION_PATHS_H_
7
8 // This file declares path keys for extensions. These can be used with
9 // the PathService to access various special directories and files.
10
11 namespace extensions {
12
13 enum {
14 PATH_START = 6000,
15
16 // Valid only in development environment
17 DIR_TEST_DATA,
18
19 PATH_END
20 };
21
22 // Call once to register the provider for the path keys defined above.
23 void RegisterPathProvider();
24
25 } // namespace extensions
26
27 #endif // EXTENSIONS_COMMON_EXTENSION_PATHS_H_
OLDNEW
« no previous file with comments | « extensions/browser/file_reader_unittest.cc ('k') | extensions/common/extension_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698