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

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

Issue 22870011: chrome.mdns API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests Created 7 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 | Annotate | Revision Log
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 #include "extensions/common/manifest_constants.h" 5 #include "extensions/common/manifest_constants.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace manifest_keys { 9 namespace manifest_keys {
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 const char kLaunchLocalPath[] = "app.launch.local_path"; 65 const char kLaunchLocalPath[] = "app.launch.local_path";
66 const char kLaunchWebURL[] = "app.launch.web_url"; 66 const char kLaunchWebURL[] = "app.launch.web_url";
67 const char kLaunchWidth[] = "app.launch.width"; 67 const char kLaunchWidth[] = "app.launch.width";
68 const char kLayouts[] = "layouts"; 68 const char kLayouts[] = "layouts";
69 const char kManifestVersion[] = "manifest_version"; 69 const char kManifestVersion[] = "manifest_version";
70 const char kMatches[] = "matches"; 70 const char kMatches[] = "matches";
71 const char kMinimumChromeVersion[] = "minimum_chrome_version"; 71 const char kMinimumChromeVersion[] = "minimum_chrome_version";
72 const char kMinimumVersion[] = "minimum_version"; 72 const char kMinimumVersion[] = "minimum_version";
73 const char kMIMETypes[] = "mime_types"; 73 const char kMIMETypes[] = "mime_types";
74 const char kMimeTypesHandler[] = "mime_types_handler"; 74 const char kMimeTypesHandler[] = "mime_types_handler";
75 const char kMDnsServiceTypes[] = "mdns_service_types";
75 const char kName[] = "name"; 76 const char kName[] = "name";
76 const char kNaClModules[] = "nacl_modules"; 77 const char kNaClModules[] = "nacl_modules";
77 const char kNaClModulesMIMEType[] = "mime_type"; 78 const char kNaClModulesMIMEType[] = "mime_type";
78 const char kNaClModulesPath[] = "path"; 79 const char kNaClModulesPath[] = "path";
79 const char kOAuth2[] = "oauth2"; 80 const char kOAuth2[] = "oauth2";
80 const char kOAuth2AutoApprove[] = "oauth2.auto_approve"; 81 const char kOAuth2AutoApprove[] = "oauth2.auto_approve";
81 const char kOAuth2ClientId[] = "oauth2.client_id"; 82 const char kOAuth2ClientId[] = "oauth2.client_id";
82 const char kOAuth2Scopes[] = "oauth2.scopes"; 83 const char kOAuth2Scopes[] = "oauth2.scopes";
83 const char kOfflineEnabled[] = "offline_enabled"; 84 const char kOfflineEnabled[] = "offline_enabled";
84 const char kOmnibox[] = "omnibox"; 85 const char kOmnibox[] = "omnibox";
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 const char kTtsVoicesVoiceName[] = "voice_name"; 144 const char kTtsVoicesVoiceName[] = "voice_name";
144 const char kType[] = "type"; 145 const char kType[] = "type";
145 const char kUpdateURL[] = "update_url"; 146 const char kUpdateURL[] = "update_url";
146 const char kVersion[] = "version"; 147 const char kVersion[] = "version";
147 const char kWebAccessibleResources[] = "web_accessible_resources"; 148 const char kWebAccessibleResources[] = "web_accessible_resources";
148 const char kWebURLs[] = "app.urls"; 149 const char kWebURLs[] = "app.urls";
149 150
150 } // namespace manifest_keys 151 } // namespace manifest_keys
151 152
152 } // namespace extensions 153 } // namespace extensions
OLDNEW
« chrome/browser/extensions/api/mdns/mdns_api.h ('K') | « extensions/common/manifest_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698