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

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

Issue 2369353002: Adds a pref and a policy to decide if PDFs should always be opened externally. (Closed)
Patch Set: Remove changes leaked in from the dependent branch. Created 4 years, 2 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 extern const char kCurrentThemeTints[]; 322 extern const char kCurrentThemeTints[];
323 extern const char kCurrentThemeDisplayProperties[]; 323 extern const char kCurrentThemeDisplayProperties[];
324 extern const char kExtensionsUIDeveloperMode[]; 324 extern const char kExtensionsUIDeveloperMode[];
325 extern const char kExtensionsUIDismissedADTPromo[]; 325 extern const char kExtensionsUIDismissedADTPromo[];
326 extern const char kExtensionCommands[]; 326 extern const char kExtensionCommands[];
327 extern const char kPluginsLastInternalDirectory[]; 327 extern const char kPluginsLastInternalDirectory[];
328 extern const char kPluginsPluginsList[]; 328 extern const char kPluginsPluginsList[];
329 extern const char kPluginsDisabledPlugins[]; 329 extern const char kPluginsDisabledPlugins[];
330 extern const char kPluginsDisabledPluginsExceptions[]; 330 extern const char kPluginsDisabledPluginsExceptions[];
331 extern const char kPluginsEnabledPlugins[]; 331 extern const char kPluginsEnabledPlugins[];
332 extern const char kPluginsAlwaysOpenPdfExternally[];
332 #if defined(ENABLE_PLUGINS) 333 #if defined(ENABLE_PLUGINS)
333 extern const char kPluginsShowDetails[]; 334 extern const char kPluginsShowDetails[];
334 #endif 335 #endif
335 extern const char kPluginsAllowOutdated[]; 336 extern const char kPluginsAllowOutdated[];
336 extern const char kPluginsAlwaysAuthorize[]; 337 extern const char kPluginsAlwaysAuthorize[];
337 #if defined(ENABLE_PLUGIN_INSTALLATION) 338 #if defined(ENABLE_PLUGIN_INSTALLATION)
338 extern const char kPluginsMetadata[]; 339 extern const char kPluginsMetadata[];
339 extern const char kPluginsResourceCacheUpdate[]; 340 extern const char kPluginsResourceCacheUpdate[];
340 #endif 341 #endif
341 extern const char kDefaultBrowserLastDeclined[]; 342 extern const char kDefaultBrowserLastDeclined[];
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 #endif 829 #endif
829 830
830 extern const char kOriginTrialPublicKey[]; 831 extern const char kOriginTrialPublicKey[];
831 extern const char kOriginTrialDisabledFeatures[]; 832 extern const char kOriginTrialDisabledFeatures[];
832 833
833 extern const char kComponentUpdatesEnabled[]; 834 extern const char kComponentUpdatesEnabled[];
834 835
835 } // namespace prefs 836 } // namespace prefs
836 837
837 #endif // CHROME_COMMON_PREF_NAMES_H_ 838 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698