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

Side by Side Diff: chrome/browser/extensions/extension_preference_api_constants.h

Issue 10698144: Remove #pragma once from chrome/browser/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__ 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__
7 #pragma once
8 7
9 namespace extension_preference_api_constants { 8 namespace extension_preference_api_constants {
10 9
11 // Keys for incoming arguments. 10 // Keys for incoming arguments.
12 extern const char kIncognitoKey[]; 11 extern const char kIncognitoKey[];
13 extern const char kScopeKey[]; 12 extern const char kScopeKey[];
14 13
15 // Keys for returned parameters. 14 // Keys for returned parameters.
16 extern const char kIncognitoSpecific[]; 15 extern const char kIncognitoSpecific[];
17 extern const char kLevelOfControl[]; 16 extern const char kLevelOfControl[];
18 extern const char kValue[]; 17 extern const char kValue[];
19 18
20 // Errors. 19 // Errors.
21 extern const char kIncognitoErrorMessage[]; 20 extern const char kIncognitoErrorMessage[];
22 extern const char kIncognitoSessionOnlyErrorMessage[]; 21 extern const char kIncognitoSessionOnlyErrorMessage[];
23 extern const char kPermissionErrorMessage[]; 22 extern const char kPermissionErrorMessage[];
24 23
25 } 24 }
26 25
27 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__ 26 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFERENCE_API_CONSTANTS_H__
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_preference_api.h ('k') | chrome/browser/extensions/extension_preference_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698