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

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

Issue 63173016: DevTools: place DevTools WebContents underneath inspected WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the preference. Created 7 years, 1 month 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 extern const char kNtpShownPage[]; 577 extern const char kNtpShownPage[];
578 extern const char kNtpTipsResourceServer[]; 578 extern const char kNtpTipsResourceServer[];
579 extern const char kNtpWebStoreEnabled[]; 579 extern const char kNtpWebStoreEnabled[];
580 580
581 extern const char kDevToolsAdbKey[]; 581 extern const char kDevToolsAdbKey[];
582 extern const char kDevToolsDisabled[]; 582 extern const char kDevToolsDisabled[];
583 extern const char kDevToolsDiscoverUsbDevicesEnabled[]; 583 extern const char kDevToolsDiscoverUsbDevicesEnabled[];
584 extern const char kDevToolsDockSide[]; 584 extern const char kDevToolsDockSide[];
585 extern const char kDevToolsEditedFiles[]; 585 extern const char kDevToolsEditedFiles[];
586 extern const char kDevToolsFileSystemPaths[]; 586 extern const char kDevToolsFileSystemPaths[];
587 extern const char kDevToolsHSplitLocation[];
588 extern const char kDevToolsOpenDocked[]; 587 extern const char kDevToolsOpenDocked[];
589 extern const char kDevToolsPortForwardingEnabled[]; 588 extern const char kDevToolsPortForwardingEnabled[];
590 extern const char kDevToolsPortForwardingDefaultSet[]; 589 extern const char kDevToolsPortForwardingDefaultSet[];
591 extern const char kDevToolsPortForwardingConfig[]; 590 extern const char kDevToolsPortForwardingConfig[];
592 #if defined(OS_ANDROID) 591 #if defined(OS_ANDROID)
593 extern const char kDevToolsRemoteEnabled[]; 592 extern const char kDevToolsRemoteEnabled[];
594 #endif 593 #endif
595 extern const char kDevToolsVSplitLocation[];
596 #if defined(OS_ANDROID) || defined(OS_IOS) 594 #if defined(OS_ANDROID) || defined(OS_IOS)
597 // Used by Chrome Mobile. 595 // Used by Chrome Mobile.
598 extern const char kSpdyProxyAuthEnabled[]; 596 extern const char kSpdyProxyAuthEnabled[];
599 extern const char kSpdyProxyAuthWasEnabledBefore[]; 597 extern const char kSpdyProxyAuthWasEnabledBefore[];
600 #endif // defined(OS_ANDROID) || defined(OS_IOS) 598 #endif // defined(OS_ANDROID) || defined(OS_IOS)
601 extern const char kSigninAllowed[]; 599 extern const char kSigninAllowed[];
602 extern const char kSyncLastSyncedTime[]; 600 extern const char kSyncLastSyncedTime[];
603 extern const char kSyncHasAuthError[]; 601 extern const char kSyncHasAuthError[];
604 extern const char kSyncHasSetupCompleted[]; 602 extern const char kSyncHasSetupCompleted[];
605 extern const char kSyncKeepEverythingSynced[]; 603 extern const char kSyncKeepEverythingSynced[];
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 927
930 extern const char kNetworkTimeMapping[]; 928 extern const char kNetworkTimeMapping[];
931 929
932 #if defined(OS_ANDROID) 930 #if defined(OS_ANDROID)
933 extern const char kPartnerBookmarkMappings[]; 931 extern const char kPartnerBookmarkMappings[];
934 #endif 932 #endif
935 933
936 } // namespace prefs 934 } // namespace prefs
937 935
938 #endif // CHROME_COMMON_PREF_NAMES_H_ 936 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698