| OLD | NEW | 
|---|
| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 370 extern const char kNTPMostVisitedURLsBlacklist[]; | 370 extern const char kNTPMostVisitedURLsBlacklist[]; | 
| 371 extern const char kNTPMostVisitedPinnedURLs[]; | 371 extern const char kNTPMostVisitedPinnedURLs[]; | 
| 372 extern const char kNTPPromoResourceCache[]; | 372 extern const char kNTPPromoResourceCache[]; | 
| 373 extern const char kNTPPromoResourceCacheUpdate[]; | 373 extern const char kNTPPromoResourceCacheUpdate[]; | 
| 374 extern const char kNTPPromoResourceServer[]; | 374 extern const char kNTPPromoResourceServer[]; | 
| 375 extern const char kNTPDateResourceServer[]; | 375 extern const char kNTPDateResourceServer[]; | 
| 376 extern const char kNTPShownSections[]; | 376 extern const char kNTPShownSections[]; | 
| 377 extern const char kNTPPrefVersion[]; | 377 extern const char kNTPPrefVersion[]; | 
| 378 extern const char kNTPCustomLogoStart[]; | 378 extern const char kNTPCustomLogoStart[]; | 
| 379 extern const char kNTPCustomLogoEnd[]; | 379 extern const char kNTPCustomLogoEnd[]; | 
|  | 380 extern const char kNTPPromoVersion[]; | 
|  | 381 extern const char kNTPPromoLocale[]; | 
| 380 extern const char kNTPPromoStart[]; | 382 extern const char kNTPPromoStart[]; | 
| 381 extern const char kNTPPromoEnd[]; | 383 extern const char kNTPPromoEnd[]; | 
| 382 extern const char kNTPPromoLine[]; | 384 extern const char kNTPPromoLine[]; | 
| 383 extern const char kNTPPromoClosed[]; | 385 extern const char kNTPPromoClosed[]; | 
| 384 extern const char kNTPPromoGroup[]; | 386 extern const char kNTPPromoGroup[]; | 
| 385 extern const char kNTPPromoGroupTimeSlice[]; | 387 extern const char kNTPPromoGroupTimeSlice[]; | 
| 386 extern const char kNTPPromoBuild[]; | 388 extern const char kNTPPromoBuild[]; | 
|  | 389 extern const char kNTPWebStorePromoLastId[]; | 
|  | 390 extern const char kNTPWebStorePromoId[]; | 
|  | 391 extern const char kNTPWebStorePromoHeader[]; | 
|  | 392 extern const char kNTPWebStorePromoButton[]; | 
|  | 393 extern const char kNTPWebStorePromoLink[]; | 
|  | 394 extern const char kNTPWebStorePromoExpire[]; | 
| 387 | 395 | 
| 388 extern const char kGpuBlacklist[]; | 396 extern const char kGpuBlacklist[]; | 
| 389 extern const char kGpuBlacklistUpdate[]; | 397 extern const char kGpuBlacklistUpdate[]; | 
| 390 | 398 | 
| 391 extern const char kDevToolsDisabled[]; | 399 extern const char kDevToolsDisabled[]; | 
| 392 extern const char kDevToolsOpenDocked[]; | 400 extern const char kDevToolsOpenDocked[]; | 
| 393 extern const char kDevToolsSplitLocation[]; | 401 extern const char kDevToolsSplitLocation[]; | 
| 394 extern const char kSyncSessions[]; | 402 extern const char kSyncSessions[]; | 
| 395 | 403 | 
| 396 extern const char kSyncLastSyncedTime[]; | 404 extern const char kSyncLastSyncedTime[]; | 
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 471 | 479 | 
| 472 extern const char kKnownBackgroundPages[]; | 480 extern const char kKnownBackgroundPages[]; | 
| 473 | 481 | 
| 474 extern const char kDisable3DAPIs[]; | 482 extern const char kDisable3DAPIs[]; | 
| 475 | 483 | 
| 476 extern const char kRegisteredProtocolHandlers[]; | 484 extern const char kRegisteredProtocolHandlers[]; | 
| 477 | 485 | 
| 478 }  // namespace prefs | 486 }  // namespace prefs | 
| 479 | 487 | 
| 480 #endif  // CHROME_COMMON_PREF_NAMES_H_ | 488 #endif  // CHROME_COMMON_PREF_NAMES_H_ | 
| OLD | NEW | 
|---|