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

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

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Update CastBrowserContext Created 3 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 // 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 #if defined(OS_MACOSX) 373 #if defined(OS_MACOSX)
374 extern const char kShowUpdatePromotionInfoBar[]; 374 extern const char kShowUpdatePromotionInfoBar[];
375 #endif 375 #endif
376 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 376 #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
377 extern const char kUseCustomChromeFrame[]; 377 extern const char kUseCustomChromeFrame[];
378 #endif 378 #endif
379 extern const char kBackShortcutBubbleShownCount[]; 379 extern const char kBackShortcutBubbleShownCount[];
380 #if BUILDFLAG(ENABLE_PLUGINS) 380 #if BUILDFLAG(ENABLE_PLUGINS)
381 extern const char kContentSettingsPluginWhitelist[]; 381 extern const char kContentSettingsPluginWhitelist[];
382 #endif 382 #endif
383 #if !defined(OS_ANDROID)
383 extern const char kPartitionDefaultZoomLevel[]; 384 extern const char kPartitionDefaultZoomLevel[];
384 extern const char kPartitionPerHostZoomLevels[]; 385 extern const char kPartitionPerHostZoomLevels[];
385 386
386 #if !defined(OS_ANDROID)
387 extern const char kPinnedTabs[]; 387 extern const char kPinnedTabs[];
388 #endif 388 #endif // !defined(OS_ANDROID)
389 389
390 extern const char kDisable3DAPIs[]; 390 extern const char kDisable3DAPIs[];
391 extern const char kEnableDeprecatedWebPlatformFeatures[]; 391 extern const char kEnableDeprecatedWebPlatformFeatures[];
392 extern const char kEnableHyperlinkAuditing[]; 392 extern const char kEnableHyperlinkAuditing[];
393 extern const char kEnableReferrers[]; 393 extern const char kEnableReferrers[];
394 extern const char kEnableDoNotTrack[]; 394 extern const char kEnableDoNotTrack[];
395 395
396 extern const char kImportAutofillFormData[]; 396 extern const char kImportAutofillFormData[];
397 extern const char kImportBookmarks[]; 397 extern const char kImportBookmarks[];
398 extern const char kImportHistory[]; 398 extern const char kImportHistory[];
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; 914 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[];
915 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; 915 extern const char kSettingsResetPromptLastTriggeredForHomepage[];
916 916
917 #if defined(OS_ANDROID) 917 #if defined(OS_ANDROID)
918 extern const char kClipboardLastModifiedTime[]; 918 extern const char kClipboardLastModifiedTime[];
919 #endif 919 #endif
920 920
921 } // namespace prefs 921 } // namespace prefs
922 922
923 #endif // CHROME_COMMON_PREF_NAMES_H_ 923 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698