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

Side by Side Diff: chrome/common/chrome_constants.cc

Issue 10510006: Add ManagedModePolicyProvider and extension API to get and set policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 6 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
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 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks"); 154 const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
155 const FilePath::CharType kHistoryBookmarksFileName[] = 155 const FilePath::CharType kHistoryBookmarksFileName[] =
156 FPL("Bookmarks From History"); 156 FPL("Bookmarks From History");
157 const FilePath::CharType kCustomDictionaryFileName[] = 157 const FilePath::CharType kCustomDictionaryFileName[] =
158 FPL("Custom Dictionary.txt"); 158 FPL("Custom Dictionary.txt");
159 const FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); 159 const FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
160 const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); 160 const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
161 const FilePath::CharType kWebAppDirname[] = FPL("Web Applications"); 161 const FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
162 const FilePath::CharType kServiceStateFileName[] = FPL("Service State"); 162 const FilePath::CharType kServiceStateFileName[] = FPL("Service State");
163 const FilePath::CharType kReadmeFilename[] = FPL("README"); 163 const FilePath::CharType kReadmeFilename[] = FPL("README");
164 const FilePath::CharType kManagedModePolicyFilename[] =
165 FPL("Managed Mode Settings");
164 166
165 #if defined(OS_CHROMEOS) 167 #if defined(OS_CHROMEOS)
166 const FilePath::CharType kGDataCacheDirname[] = FPL("GCache"); 168 const FilePath::CharType kGDataCacheDirname[] = FPL("GCache");
167 #endif // defined(OS_CHROMEOS) 169 #endif // defined(OS_CHROMEOS)
168 170
169 // File name of the Pepper Flash plugin on different platforms. 171 // File name of the Pepper Flash plugin on different platforms.
170 const FilePath::CharType kPepperFlashPluginFilename[] = 172 const FilePath::CharType kPepperFlashPluginFilename[] =
171 #if defined(OS_MACOSX) 173 #if defined(OS_MACOSX)
172 FPL("PepperFlashPlayer.plugin"); 174 FPL("PepperFlashPlayer.plugin");
173 #elif defined(OS_WIN) 175 #elif defined(OS_WIN)
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; 211 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
210 const wchar_t kMetroNavigationAndSearchMessage[] = 212 const wchar_t kMetroNavigationAndSearchMessage[] =
211 L"CHROME_METRO_NAV_SEARCH_REQUEST"; 213 L"CHROME_METRO_NAV_SEARCH_REQUEST";
212 const wchar_t kMetroGetCurrentTabInfoMessage[] = 214 const wchar_t kMetroGetCurrentTabInfoMessage[] =
213 L"CHROME_METRO_GET_CURRENT_TAB_INFO"; 215 L"CHROME_METRO_GET_CURRENT_TAB_INFO";
214 #endif 216 #endif
215 217
216 } // namespace chrome 218 } // namespace chrome
217 219
218 #undef FPL 220 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/extensions/api/managed_mode_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698