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

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

Issue 108213012: [DevTools] Remove dock side knowledge from browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More test magic Created 6 years, 11 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 extern const char kNtpPromoDesktopSessionFound[]; 581 extern const char kNtpPromoDesktopSessionFound[];
582 extern const char kNtpPromoResourceCacheUpdate[]; 582 extern const char kNtpPromoResourceCacheUpdate[];
583 extern const char kNtpShownBookmarksFolder[]; 583 extern const char kNtpShownBookmarksFolder[];
584 extern const char kNtpShownPage[]; 584 extern const char kNtpShownPage[];
585 extern const char kNtpTipsResourceServer[]; 585 extern const char kNtpTipsResourceServer[];
586 extern const char kNtpWebStoreEnabled[]; 586 extern const char kNtpWebStoreEnabled[];
587 587
588 extern const char kDevToolsAdbKey[]; 588 extern const char kDevToolsAdbKey[];
589 extern const char kDevToolsDisabled[]; 589 extern const char kDevToolsDisabled[];
590 extern const char kDevToolsDiscoverUsbDevicesEnabled[]; 590 extern const char kDevToolsDiscoverUsbDevicesEnabled[];
591 extern const char kDevToolsDockSide[];
592 extern const char kDevToolsEditedFiles[]; 591 extern const char kDevToolsEditedFiles[];
593 extern const char kDevToolsFileSystemPaths[]; 592 extern const char kDevToolsFileSystemPaths[];
594 extern const char kDevToolsOpenDocked[]; 593 extern const char kDevToolsOpenDocked[];
595 extern const char kDevToolsPortForwardingEnabled[]; 594 extern const char kDevToolsPortForwardingEnabled[];
596 extern const char kDevToolsPortForwardingDefaultSet[]; 595 extern const char kDevToolsPortForwardingDefaultSet[];
597 extern const char kDevToolsPortForwardingConfig[]; 596 extern const char kDevToolsPortForwardingConfig[];
598 #if defined(OS_ANDROID) 597 #if defined(OS_ANDROID)
599 extern const char kDevToolsRemoteEnabled[]; 598 extern const char kDevToolsRemoteEnabled[];
600 #endif 599 #endif
601 #if defined(OS_ANDROID) || defined(OS_IOS) 600 #if defined(OS_ANDROID) || defined(OS_IOS)
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 #if defined(OS_WIN) 949 #if defined(OS_WIN)
951 extern const char kOsPasswordBlank[]; 950 extern const char kOsPasswordBlank[];
952 extern const char kOsPasswordLastChanged[]; 951 extern const char kOsPasswordLastChanged[];
953 #endif 952 #endif
954 953
955 extern const char kQuickCheckEnabled[]; 954 extern const char kQuickCheckEnabled[];
956 955
957 } // namespace prefs 956 } // namespace prefs
958 957
959 #endif // CHROME_COMMON_PREF_NAMES_H_ 958 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698