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

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

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build issue? Created 6 years, 3 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_MANIFEST_CONSTANTS_H_ 5 #ifndef EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
6 #define EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 6 #define EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 9
10 // Keys used in JSON representation of extensions. 10 // Keys used in JSON representation of extensions.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 extern const char kName[]; 97 extern const char kName[];
98 extern const char kOAuth2[]; 98 extern const char kOAuth2[];
99 extern const char kOAuth2AutoApprove[]; 99 extern const char kOAuth2AutoApprove[];
100 extern const char kOAuth2ClientId[]; 100 extern const char kOAuth2ClientId[];
101 extern const char kOAuth2Scopes[]; 101 extern const char kOAuth2Scopes[];
102 extern const char kOfflineEnabled[]; 102 extern const char kOfflineEnabled[];
103 extern const char kOmnibox[]; 103 extern const char kOmnibox[];
104 extern const char kOmniboxKeyword[]; 104 extern const char kOmniboxKeyword[];
105 extern const char kOptionalPermissions[]; 105 extern const char kOptionalPermissions[];
106 extern const char kOptionsPage[]; 106 extern const char kOptionsPage[];
107 extern const char kOptionsUI[];
107 extern const char kOverrideHomepage[]; 108 extern const char kOverrideHomepage[];
108 extern const char kOverrideSearchProvider[]; 109 extern const char kOverrideSearchProvider[];
109 extern const char kOverrideStartupPage[]; 110 extern const char kOverrideStartupPage[];
110 extern const char kPageAction[]; 111 extern const char kPageAction[];
111 extern const char kPageActionDefaultIcon[]; 112 extern const char kPageActionDefaultIcon[];
112 extern const char kPageActionDefaultPopup[]; 113 extern const char kPageActionDefaultPopup[];
113 extern const char kPageActionDefaultTitle[]; 114 extern const char kPageActionDefaultTitle[];
114 extern const char kPageActionIcons[]; 115 extern const char kPageActionIcons[];
115 extern const char kPageActionId[]; 116 extern const char kPageActionId[];
116 extern const char kPageActionPopup[]; 117 extern const char kPageActionPopup[];
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 extern const char kInvalidMinimumChromeVersion[]; 371 extern const char kInvalidMinimumChromeVersion[];
371 extern const char kInvalidNaClModules[]; 372 extern const char kInvalidNaClModules[];
372 extern const char kInvalidNaClModulesMIMEType[]; 373 extern const char kInvalidNaClModulesMIMEType[];
373 extern const char kInvalidNaClModulesPath[]; 374 extern const char kInvalidNaClModulesPath[];
374 extern const char kInvalidName[]; 375 extern const char kInvalidName[];
375 extern const char kInvalidOAuth2AutoApprove[]; 376 extern const char kInvalidOAuth2AutoApprove[];
376 extern const char kInvalidOAuth2ClientId[]; 377 extern const char kInvalidOAuth2ClientId[];
377 extern const char kInvalidOAuth2Scopes[]; 378 extern const char kInvalidOAuth2Scopes[];
378 extern const char kInvalidOfflineEnabled[]; 379 extern const char kInvalidOfflineEnabled[];
379 extern const char kInvalidOmniboxKeyword[]; 380 extern const char kInvalidOmniboxKeyword[];
381 extern const char kInvalidOptionsUIChromeStyle[];
382 extern const char kInvalidOptionsUIOpenInTab[];
380 extern const char kInvalidOptionsPage[]; 383 extern const char kInvalidOptionsPage[];
381 extern const char kInvalidOptionsPageExpectUrlInPackage[]; 384 extern const char kInvalidOptionsPageExpectUrlInPackage[];
382 extern const char kInvalidOptionsPageInHostedApp[]; 385 extern const char kInvalidOptionsPageInHostedApp[];
383 extern const char kInvalidPageAction[]; 386 extern const char kInvalidPageAction[];
384 extern const char kInvalidPageActionDefaultTitle[]; 387 extern const char kInvalidPageActionDefaultTitle[];
385 extern const char kInvalidPageActionIconPath[]; 388 extern const char kInvalidPageActionIconPath[];
386 extern const char kInvalidPageActionId[]; 389 extern const char kInvalidPageActionId[];
387 extern const char kInvalidPageActionName[]; 390 extern const char kInvalidPageActionName[];
388 extern const char kInvalidPageActionOldAndNewKeys[]; 391 extern const char kInvalidPageActionOldAndNewKeys[];
389 extern const char kInvalidPageActionPopup[]; 392 extern const char kInvalidPageActionPopup[];
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 extern const char kWebRequestConflictsWithLazyBackground[]; 482 extern const char kWebRequestConflictsWithLazyBackground[];
480 #if defined(OS_CHROMEOS) 483 #if defined(OS_CHROMEOS)
481 extern const char kIllegalPlugins[]; 484 extern const char kIllegalPlugins[];
482 #endif 485 #endif
483 486
484 } // namespace manifest_errors 487 } // namespace manifest_errors
485 488
486 } // namespace extensions 489 } // namespace extensions
487 490
488 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 491 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « extensions/common/api/extensions_manifest_types.json ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698