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

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

Issue 1330773002: [Android] Persist ordering of NTP suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 #if defined(OS_ANDROID) 527 #if defined(OS_ANDROID)
528 extern const char kNtpCollapsedCurrentlyOpenTabs[]; 528 extern const char kNtpCollapsedCurrentlyOpenTabs[];
529 #endif 529 #endif
530 extern const char kNtpCollapsedForeignSessions[]; 530 extern const char kNtpCollapsedForeignSessions[];
531 #if defined(OS_ANDROID) 531 #if defined(OS_ANDROID)
532 extern const char kNtpCollapsedRecentlyClosedTabs[]; 532 extern const char kNtpCollapsedRecentlyClosedTabs[];
533 extern const char kNtpCollapsedSnapshotDocument[]; 533 extern const char kNtpCollapsedSnapshotDocument[];
534 extern const char kNtpCollapsedSyncPromo[]; 534 extern const char kNtpCollapsedSyncPromo[];
535 #endif 535 #endif
536 extern const char kNtpShownPage[]; 536 extern const char kNtpShownPage[];
537 #if defined(OS_ANDROID)
538 extern const char kNTPSuggestionsURL[];
539 extern const char kNTPSuggestionsSource[];
540 #endif
537 541
538 extern const char kDevToolsAdbKey[]; 542 extern const char kDevToolsAdbKey[];
539 extern const char kDevToolsDisabled[]; 543 extern const char kDevToolsDisabled[];
540 extern const char kDevToolsDiscoverUsbDevicesEnabled[]; 544 extern const char kDevToolsDiscoverUsbDevicesEnabled[];
541 extern const char kDevToolsEditedFiles[]; 545 extern const char kDevToolsEditedFiles[];
542 extern const char kDevToolsFileSystemPaths[]; 546 extern const char kDevToolsFileSystemPaths[];
543 extern const char kDevToolsPortForwardingEnabled[]; 547 extern const char kDevToolsPortForwardingEnabled[];
544 extern const char kDevToolsPortForwardingDefaultSet[]; 548 extern const char kDevToolsPortForwardingDefaultSet[];
545 extern const char kDevToolsPortForwardingConfig[]; 549 extern const char kDevToolsPortForwardingConfig[];
546 extern const char kDevToolsPreferences[]; 550 extern const char kDevToolsPreferences[];
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 812
809 #if defined(ENABLE_EXTENSIONS) 813 #if defined(ENABLE_EXTENSIONS)
810 extern const char kAnimationPolicy[]; 814 extern const char kAnimationPolicy[];
811 #endif 815 #endif
812 816
813 extern const char kBackgroundTracingLastUpload[]; 817 extern const char kBackgroundTracingLastUpload[];
814 818
815 } // namespace prefs 819 } // namespace prefs
816 820
817 #endif // CHROME_COMMON_PREF_NAMES_H_ 821 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698