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

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

Issue 4326002: Revert 64845 - Add convert_web_app.*, a utility to convert web apps declared... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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') | webkit/glue/dom_operations.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 "base/basictypes.h" 9 #include "base/basictypes.h"
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 extern const char* kTheme; 60 extern const char* kTheme;
61 extern const char* kThemeColors; 61 extern const char* kThemeColors;
62 extern const char* kThemeDisplayProperties; 62 extern const char* kThemeDisplayProperties;
63 extern const char* kThemeImages; 63 extern const char* kThemeImages;
64 extern const char* kThemeTints; 64 extern const char* kThemeTints;
65 extern const char* kToolstripPath; 65 extern const char* kToolstripPath;
66 extern const char* kToolstrips; 66 extern const char* kToolstrips;
67 extern const char* kType; 67 extern const char* kType;
68 extern const char* kUpdateURL; 68 extern const char* kUpdateURL;
69 extern const char* kVersion; 69 extern const char* kVersion;
70 extern const char* kWebLaunchUrl;
70 extern const char* kWebURLs; 71 extern const char* kWebURLs;
71 } // namespace extension_manifest_keys 72 } // namespace extension_manifest_keys
72 73
73 // Some values expected in manifests. 74 // Some values expected in manifests.
74 namespace extension_manifest_values { 75 namespace extension_manifest_values {
75 extern const char* kIncognitoSplit; 76 extern const char* kIncognitoSplit;
76 extern const char* kIncognitoSpanning; 77 extern const char* kIncognitoSpanning;
77 extern const char* kLaunchContainerPanel; 78 extern const char* kLaunchContainerPanel;
78 extern const char* kLaunchContainerTab; 79 extern const char* kLaunchContainerTab;
79 extern const char* kLaunchContainerWindow; 80 extern const char* kLaunchContainerWindow;
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 // Don't remove items or change the order of this enum. It's used in 235 // Don't remove items or change the order of this enum. It's used in
235 // histograms and preferences. 236 // histograms and preferences.
236 enum LaunchContainer { 237 enum LaunchContainer {
237 LAUNCH_WINDOW, 238 LAUNCH_WINDOW,
238 LAUNCH_PANEL, 239 LAUNCH_PANEL,
239 LAUNCH_TAB 240 LAUNCH_TAB
240 }; 241 };
241 } // extension_misc 242 } // extension_misc
242 243
243 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 244 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | webkit/glue/dom_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698