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

Side by Side Diff: chrome/common/extensions/extension_constants.h

Issue 10274026: Revert r134673 ""View website" instead of "View in Web Store"" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_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 CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 // The filename to use for a background page generated from 59 // The filename to use for a background page generated from
60 // background.scripts. 60 // background.scripts.
61 extern const char kGeneratedBackgroundPageFilename[]; 61 extern const char kGeneratedBackgroundPageFilename[];
62 } 62 }
63 63
64 // Keys in the dictionary returned by Extension::GetBasicInfo(). 64 // Keys in the dictionary returned by Extension::GetBasicInfo().
65 namespace extension_info_keys { 65 namespace extension_info_keys {
66 extern const char kDescriptionKey[]; 66 extern const char kDescriptionKey[];
67 extern const char kEnabledKey[]; 67 extern const char kEnabledKey[];
68 extern const char kHomepageProvidedKey[];
69 extern const char kHomepageUrlKey[]; 68 extern const char kHomepageUrlKey[];
70 extern const char kIdKey[]; 69 extern const char kIdKey[];
71 extern const char kMayDisableKey[]; 70 extern const char kMayDisableKey[];
72 extern const char kNameKey[]; 71 extern const char kNameKey[];
73 extern const char kOfflineEnabledKey[]; 72 extern const char kOfflineEnabledKey[];
74 extern const char kOptionsUrlKey[]; 73 extern const char kOptionsUrlKey[];
75 extern const char kVersionKey[]; 74 extern const char kVersionKey[];
76 } 75 }
77 76
78 namespace extension_misc { 77 namespace extension_misc {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 extern const char kAppStateRunning[]; 247 extern const char kAppStateRunning[];
249 extern const char kAppStateCannotRun[]; 248 extern const char kAppStateCannotRun[];
250 extern const char kAppStateReadyToRun[]; 249 extern const char kAppStateReadyToRun[];
251 250
252 // Error indicating that the app notifications API is not accessible by split 251 // Error indicating that the app notifications API is not accessible by split
253 // mode extensions in incognito windows. 252 // mode extensions in incognito windows.
254 extern const char kAppNotificationsIncognitoError[]; 253 extern const char kAppNotificationsIncognitoError[];
255 } // extension_misc 254 } // extension_misc
256 255
257 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 256 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698