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

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

Issue 769153007: Managed bookmarks for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build (Android & unit_tests) Created 5 years, 10 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 extern const char kEnableSearchButtonInOmniboxForStrOrIip[]; 165 extern const char kEnableSearchButtonInOmniboxForStrOrIip[];
166 extern const char kEnableSessionCrashedBubble[]; 166 extern const char kEnableSessionCrashedBubble[];
167 extern const char kEnableSettingsWindow[]; 167 extern const char kEnableSettingsWindow[];
168 extern const char kEnableShowModalDialog[]; 168 extern const char kEnableShowModalDialog[];
169 extern const char kDisableSettingsWindow[]; 169 extern const char kDisableSettingsWindow[];
170 extern const char kEnableSpdy4[]; 170 extern const char kEnableSpdy4[];
171 extern const char kEnableSSLConnectJobWaiting[]; 171 extern const char kEnableSSLConnectJobWaiting[];
172 extern const char kEnableStaleWhileRevalidate[]; 172 extern const char kEnableStaleWhileRevalidate[];
173 extern const char kEnableSuggestionsService[]; 173 extern const char kEnableSuggestionsService[];
174 extern const char kEnableSupervisedUserBlacklist[]; 174 extern const char kEnableSupervisedUserBlacklist[];
175 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
175 extern const char kEnableSupervisedUserSafeSites[]; 176 extern const char kEnableSupervisedUserSafeSites[];
176 extern const char kEnableSyncArticles[]; 177 extern const char kEnableSyncArticles[];
177 extern const char kEnableTabAudioMuting[]; 178 extern const char kEnableTabAudioMuting[];
178 extern const char kEnableThumbnailRetargeting[]; 179 extern const char kEnableThumbnailRetargeting[];
179 extern const char kEnableTranslateNewUX[]; 180 extern const char kEnableTranslateNewUX[];
180 extern const char kEnableUserAlternateProtocolPorts[]; 181 extern const char kEnableUserAlternateProtocolPorts[];
181 extern const char kEnableWebAppFrame[]; 182 extern const char kEnableWebAppFrame[];
182 extern const char kEnableWebsiteSettingsManager[]; 183 extern const char kEnableWebsiteSettingsManager[];
183 extern const char kEnableWifiCredentialSync[]; 184 extern const char kEnableWifiCredentialSync[];
184 extern const char kEnhancedBookmarksExperiment[]; 185 extern const char kEnhancedBookmarksExperiment[];
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 #if defined(OS_CHROMEOS) 407 #if defined(OS_CHROMEOS)
407 bool PowerOverlayEnabled(); 408 bool PowerOverlayEnabled();
408 #endif 409 #endif
409 410
410 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
411 // alphabetical order, or in one of the ifdefs (also in order in each section). 412 // alphabetical order, or in one of the ifdefs (also in order in each section).
412 413
413 } // namespace switches 414 } // namespace switches
414 415
415 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698