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

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

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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 extern const wchar_t kUserDataDirname[]; 80 extern const wchar_t kUserDataDirname[];
81 extern const FilePath::CharType kWebDataFilename[]; 81 extern const FilePath::CharType kWebDataFilename[];
82 extern const FilePath::CharType kBookmarksFileName[]; 82 extern const FilePath::CharType kBookmarksFileName[];
83 extern const FilePath::CharType kHistoryBookmarksFileName[]; 83 extern const FilePath::CharType kHistoryBookmarksFileName[];
84 extern const FilePath::CharType kCustomDictionaryFileName[]; 84 extern const FilePath::CharType kCustomDictionaryFileName[];
85 extern const FilePath::CharType kLoginDataFileName[]; 85 extern const FilePath::CharType kLoginDataFileName[];
86 extern const FilePath::CharType kJumpListIconDirname[]; 86 extern const FilePath::CharType kJumpListIconDirname[];
87 extern const FilePath::CharType kWebAppDirname[]; 87 extern const FilePath::CharType kWebAppDirname[];
88 extern const FilePath::CharType kServiceStateFileName[]; 88 extern const FilePath::CharType kServiceStateFileName[];
89 extern const FilePath::CharType kReadmeFilename[]; 89 extern const FilePath::CharType kReadmeFilename[];
90 extern const FilePath::CharType kManagedModePolicyFilename[];
90 91
91 #if defined(OS_CHROMEOS) 92 #if defined(OS_CHROMEOS)
92 extern const FilePath::CharType kGDataCacheDirname[]; 93 extern const FilePath::CharType kGDataCacheDirname[];
93 #endif // defined(OS_CHROMEOS) 94 #endif // defined(OS_CHROMEOS)
94 95
95 // File name of the Pepper Flash plugin on different platforms. 96 // File name of the Pepper Flash plugin on different platforms.
96 extern const FilePath::CharType kPepperFlashPluginFilename[]; 97 extern const FilePath::CharType kPepperFlashPluginFilename[];
97 98
98 extern const bool kRecordModeEnabled; 99 extern const bool kRecordModeEnabled;
99 100
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 extern const wchar_t kMetroChromeUserDataSubDir[]; 139 extern const wchar_t kMetroChromeUserDataSubDir[];
139 // Used by Metro Chrome to initiate navigation and search requests. 140 // Used by Metro Chrome to initiate navigation and search requests.
140 extern const wchar_t kMetroNavigationAndSearchMessage[]; 141 extern const wchar_t kMetroNavigationAndSearchMessage[];
141 // Used by Metro Chrome to get information about the current tab. 142 // Used by Metro Chrome to get information about the current tab.
142 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 143 extern const wchar_t kMetroGetCurrentTabInfoMessage[];
143 #endif 144 #endif
144 145
145 } // namespace chrome 146 } // namespace chrome
146 147
147 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 148 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698