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

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

Issue 8758003: Remove dead code for gpu blacklist auto-update. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 extern const char kNTPWebStorePromoHeader[]; 483 extern const char kNTPWebStorePromoHeader[];
484 extern const char kNTPWebStorePromoButton[]; 484 extern const char kNTPWebStorePromoButton[];
485 extern const char kNTPWebStorePromoLink[]; 485 extern const char kNTPWebStorePromoLink[];
486 extern const char kNTPWebStorePromoLogo[]; 486 extern const char kNTPWebStorePromoLogo[];
487 extern const char kNTPWebStorePromoLogoSource[]; 487 extern const char kNTPWebStorePromoLogoSource[];
488 extern const char kNTPWebStorePromoExpire[]; 488 extern const char kNTPWebStorePromoExpire[];
489 extern const char kNTPWebStorePromoUserGroup[]; 489 extern const char kNTPWebStorePromoUserGroup[];
490 extern const char kNTPAppPageNames[]; 490 extern const char kNTPAppPageNames[];
491 extern const char kNTPHideWebStorePromo[]; 491 extern const char kNTPHideWebStorePromo[];
492 492
493 extern const char kGpuBlacklist[];
494 extern const char kGpuBlacklistUpdate[];
495
496 extern const char kDevToolsDisabled[]; 493 extern const char kDevToolsDisabled[];
497 extern const char kDevToolsOpenDocked[]; 494 extern const char kDevToolsOpenDocked[];
498 extern const char kDevToolsSplitLocation[]; 495 extern const char kDevToolsSplitLocation[];
499 496
500 extern const char kSyncLastSyncedTime[]; 497 extern const char kSyncLastSyncedTime[];
501 extern const char kSyncHasSetupCompleted[]; 498 extern const char kSyncHasSetupCompleted[];
502 extern const char kSyncKeepEverythingSynced[]; 499 extern const char kSyncKeepEverythingSynced[];
503 extern const char kSyncBookmarks[]; 500 extern const char kSyncBookmarks[];
504 extern const char kSyncPasswords[]; 501 extern const char kSyncPasswords[];
505 extern const char kSyncPreferences[]; 502 extern const char kSyncPreferences[];
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 617
621 extern const char kDevicePolicyRefreshRate[]; 618 extern const char kDevicePolicyRefreshRate[];
622 extern const char kUserPolicyRefreshRate[]; 619 extern const char kUserPolicyRefreshRate[];
623 620
624 extern const char kRecoveryComponentVersion[]; 621 extern const char kRecoveryComponentVersion[];
625 extern const char kComponentUpdaterState[]; 622 extern const char kComponentUpdaterState[];
626 623
627 } // namespace prefs 624 } // namespace prefs
628 625
629 #endif // CHROME_COMMON_PREF_NAMES_H_ 626 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698