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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 1969303002: Upstream WebAPK notification related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 extern const char kEnableSettingsWindow[]; 159 extern const char kEnableSettingsWindow[];
160 extern const char kDisableSettingsWindow[]; 160 extern const char kDisableSettingsWindow[];
161 extern const char kEnableSiteEngagementAppBanner[]; 161 extern const char kEnableSiteEngagementAppBanner[];
162 extern const char kEnableSiteEngagementEvictionPolicy[]; 162 extern const char kEnableSiteEngagementEvictionPolicy[];
163 extern const char kEnableSiteEngagementService[]; 163 extern const char kEnableSiteEngagementService[];
164 extern const char kEnableSupervisedUserManagedBookmarksFolder[]; 164 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
165 extern const char kEnableTabAudioMuting[]; 165 extern const char kEnableTabAudioMuting[];
166 extern const char kEnableThumbnailRetargeting[]; 166 extern const char kEnableThumbnailRetargeting[];
167 extern const char kEnableUserAlternateProtocolPorts[]; 167 extern const char kEnableUserAlternateProtocolPorts[];
168 extern const char kEnableWebAppFrame[]; 168 extern const char kEnableWebAppFrame[];
169 #if defined(OS_ANDROID)
170 extern const char kEnableWebApk[];
171 #endif // defined(OS_ANDROID)
169 extern const char kEnableWebNotificationCustomLayouts[]; 172 extern const char kEnableWebNotificationCustomLayouts[];
170 extern const char kExtensionContentVerificationBootstrap[]; 173 extern const char kExtensionContentVerificationBootstrap[];
171 extern const char kExtensionContentVerificationEnforceStrict[]; 174 extern const char kExtensionContentVerificationEnforceStrict[];
172 extern const char kExtensionContentVerificationEnforce[]; 175 extern const char kExtensionContentVerificationEnforce[];
173 extern const char kExtensionContentVerification[]; 176 extern const char kExtensionContentVerification[];
174 extern const char kExtensionsInstallVerification[]; 177 extern const char kExtensionsInstallVerification[];
175 extern const char kExtensionsNotWebstore[]; 178 extern const char kExtensionsNotWebstore[];
176 extern const char kExtensionsUpdateFrequency[]; 179 extern const char kExtensionsUpdateFrequency[];
177 extern const char kFastStart[]; 180 extern const char kFastStart[];
178 extern const char kForceAppMode[]; 181 extern const char kForceAppMode[];
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 #if defined(ENABLE_TASK_MANAGER) 415 #if defined(ENABLE_TASK_MANAGER)
413 bool NewTaskManagerEnabled(); 416 bool NewTaskManagerEnabled();
414 #endif // defined(ENABLE_TASK_MANAGER) 417 #endif // defined(ENABLE_TASK_MANAGER)
415 418
416 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 419 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
417 // alphabetical order, or in one of the ifdefs (also in order in each section). 420 // alphabetical order, or in one of the ifdefs (also in order in each section).
418 421
419 } // namespace switches 422 } // namespace switches
420 423
421 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_android.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698