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

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

Issue 2833843004: Reland: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Removed unused URLPatternSet parameters in ExtensionMsg_PermissionSetStruct which was causing MSAN … Created 3 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
« no previous file with comments | « extensions/browser/renderer_startup_helper.cc ('k') | extensions/common/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 #ifndef EXTENSIONS_COMMON_CONSTANTS_H_ 5 #ifndef EXTENSIONS_COMMON_CONSTANTS_H_
6 #define EXTENSIONS_COMMON_CONSTANTS_H_ 6 #define EXTENSIONS_COMMON_CONSTANTS_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "ui/base/layout.h" 9 #include "ui/base/layout.h"
10 10
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 213
214 // The extension id used for testing mimeHandlerPrivate. 214 // The extension id used for testing mimeHandlerPrivate.
215 extern const char kMimeHandlerPrivateTestExtensionId[]; 215 extern const char kMimeHandlerPrivateTestExtensionId[];
216 216
217 // The extension id for the production version of Hangouts. 217 // The extension id for the production version of Hangouts.
218 extern const char kProdHangoutsExtensionId[]; 218 extern const char kProdHangoutsExtensionId[];
219 219
220 // Extension ids used by Hangouts. 220 // Extension ids used by Hangouts.
221 extern const char* const kHangoutsExtensionIds[6]; 221 extern const char* const kHangoutsExtensionIds[6];
222 222
223 // Error message when enterprise policy blocks scripting of webpage.
224 extern const char kPolicyBlockedScripting[];
225
223 } // namespace extension_misc 226 } // namespace extension_misc
224 227
225 #endif // EXTENSIONS_COMMON_CONSTANTS_H_ 228 #endif // EXTENSIONS_COMMON_CONSTANTS_H_
OLDNEW
« no previous file with comments | « extensions/browser/renderer_startup_helper.cc ('k') | extensions/common/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698