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

Side by Side Diff: chrome/common/chrome_paths.h

Issue 11348215: Make wallpaper picker manifest and thumbnails available when offline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment nits Created 8 years 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_PATHS_H__ 5 #ifndef CHROME_COMMON_CHROME_PATHS_H__
6 #define CHROME_COMMON_CHROME_PATHS_H__ 6 #define CHROME_COMMON_CHROME_PATHS_H__
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 // This file declares path keys for the chrome module. These can be used with 10 // This file declares path keys for the chrome module. These can be used with
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file. 98 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file.
99 FILE_WIDEVINE_CDM_PLUGIN, // Full path to the Widevine CDM Pepper plugin 99 FILE_WIDEVINE_CDM_PLUGIN, // Full path to the Widevine CDM Pepper plugin
100 // file. 100 // file.
101 FILE_RESOURCES_PACK, // Full path to the .pak file containing 101 FILE_RESOURCES_PACK, // Full path to the .pak file containing
102 // binary data (e.g., html files and images 102 // binary data (e.g., html files and images
103 // used by interal pages). 103 // used by interal pages).
104 DIR_RESOURCES_EXTENSION, // Full path to extension resources. 104 DIR_RESOURCES_EXTENSION, // Full path to extension resources.
105 #if defined(OS_CHROMEOS) 105 #if defined(OS_CHROMEOS)
106 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos 106 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos
107 // wallpapers reside. 107 // wallpapers reside.
108 DIR_CHROMEOS_WALLPAPER_THUMBNAILS, // Directory where downloaded chromeos
109 // wallpaper thumbnails reside.
108 FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the 110 FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the
109 // default app order. 111 // default app order.
110 #endif 112 #endif
111 113
112 // Valid only in development environment; TODO(darin): move these 114 // Valid only in development environment; TODO(darin): move these
113 DIR_GEN_TEST_DATA, // Directory where generated test data resides. 115 DIR_GEN_TEST_DATA, // Directory where generated test data resides.
114 DIR_TEST_DATA, // Directory where unit test data resides. 116 DIR_TEST_DATA, // Directory where unit test data resides.
115 DIR_TEST_TOOLS, // Directory where unit test tools reside. 117 DIR_TEST_TOOLS, // Directory where unit test tools reside.
116 118
117 PATH_END 119 PATH_END
118 }; 120 };
119 121
120 // Call once to register the provider for the path keys defined above. 122 // Call once to register the provider for the path keys defined above.
121 void RegisterPathProvider(); 123 void RegisterPathProvider();
122 124
123 } // namespace chrome 125 } // namespace chrome
124 126
125 #endif // CHROME_COMMON_CHROME_PATHS_H__ 127 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698