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

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: Created 7 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
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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 extern const char kNtpShownPage[]; 582 extern const char kNtpShownPage[];
583 extern const char kNtpTipsResourceServer[]; 583 extern const char kNtpTipsResourceServer[];
584 extern const char kNtpWebStoreEnabled[]; 584 extern const char kNtpWebStoreEnabled[];
585 585
586 extern const char kDevToolsAdbKey[]; 586 extern const char kDevToolsAdbKey[];
587 extern const char kDevToolsDisabled[]; 587 extern const char kDevToolsDisabled[];
588 extern const char kDevToolsDiscoverUsbDevicesEnabled[]; 588 extern const char kDevToolsDiscoverUsbDevicesEnabled[];
589 extern const char kDevToolsDockSide[]; 589 extern const char kDevToolsDockSide[];
590 extern const char kDevToolsEditedFiles[]; 590 extern const char kDevToolsEditedFiles[];
591 extern const char kDevToolsFileSystemPaths[]; 591 extern const char kDevToolsFileSystemPaths[];
592 extern const char kDevToolsHSplitLocation[];
593 extern const char kDevToolsOpenDocked[]; 592 extern const char kDevToolsOpenDocked[];
594 extern const char kDevToolsPortForwardingEnabled[]; 593 extern const char kDevToolsPortForwardingEnabled[];
595 extern const char kDevToolsPortForwardingDefaultSet[]; 594 extern const char kDevToolsPortForwardingDefaultSet[];
596 extern const char kDevToolsPortForwardingConfig[]; 595 extern const char kDevToolsPortForwardingConfig[];
597 #if defined(OS_ANDROID) 596 #if defined(OS_ANDROID)
598 extern const char kDevToolsRemoteEnabled[]; 597 extern const char kDevToolsRemoteEnabled[];
599 #endif 598 #endif
600 extern const char kDevToolsVSplitLocation[];
601 #if defined(OS_ANDROID) || defined(OS_IOS) 599 #if defined(OS_ANDROID) || defined(OS_IOS)
602 // Used by Chrome Mobile. 600 // Used by Chrome Mobile.
603 extern const char kSpdyProxyAuthEnabled[]; 601 extern const char kSpdyProxyAuthEnabled[];
604 extern const char kSpdyProxyAuthWasEnabledBefore[]; 602 extern const char kSpdyProxyAuthWasEnabledBefore[];
605 #endif // defined(OS_ANDROID) || defined(OS_IOS) 603 #endif // defined(OS_ANDROID) || defined(OS_IOS)
606 extern const char kSigninAllowed[]; 604 extern const char kSigninAllowed[];
607 extern const char kSyncLastSyncedTime[]; 605 extern const char kSyncLastSyncedTime[];
608 extern const char kSyncHasAuthError[]; 606 extern const char kSyncHasAuthError[];
609 extern const char kSyncHasSetupCompleted[]; 607 extern const char kSyncHasSetupCompleted[];
610 extern const char kSyncKeepEverythingSynced[]; 608 extern const char kSyncKeepEverythingSynced[];
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 #endif 936 #endif
939 937
940 #if defined(OS_WIN) 938 #if defined(OS_WIN)
941 extern const char kOsPasswordBlank[]; 939 extern const char kOsPasswordBlank[];
942 extern const char kOsPasswordLastChanged[]; 940 extern const char kOsPasswordLastChanged[];
943 #endif 941 #endif
944 942
945 } // namespace prefs 943 } // namespace prefs
946 944
947 #endif // CHROME_COMMON_PREF_NAMES_H_ 945 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698