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

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: Rebase 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
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[]; 591 extern const char kDevToolsDockSide[];
592 extern const char kDevToolsEditedFiles[]; 592 extern const char kDevToolsEditedFiles[];
593 extern const char kDevToolsFileSystemPaths[]; 593 extern const char kDevToolsFileSystemPaths[];
594 extern const char kDevToolsHSplitLocation[];
595 extern const char kDevToolsOpenDocked[]; 594 extern const char kDevToolsOpenDocked[];
596 extern const char kDevToolsPortForwardingEnabled[]; 595 extern const char kDevToolsPortForwardingEnabled[];
597 extern const char kDevToolsPortForwardingDefaultSet[]; 596 extern const char kDevToolsPortForwardingDefaultSet[];
598 extern const char kDevToolsPortForwardingConfig[]; 597 extern const char kDevToolsPortForwardingConfig[];
599 #if defined(OS_ANDROID) 598 #if defined(OS_ANDROID)
600 extern const char kDevToolsRemoteEnabled[]; 599 extern const char kDevToolsRemoteEnabled[];
601 #endif 600 #endif
602 extern const char kDevToolsVSplitLocation[];
603 #if defined(OS_ANDROID) || defined(OS_IOS) 601 #if defined(OS_ANDROID) || defined(OS_IOS)
604 // Used by Chrome Mobile. 602 // Used by Chrome Mobile.
605 extern const char kSpdyProxyAuthEnabled[]; 603 extern const char kSpdyProxyAuthEnabled[];
606 extern const char kSpdyProxyAuthWasEnabledBefore[]; 604 extern const char kSpdyProxyAuthWasEnabledBefore[];
607 #endif // defined(OS_ANDROID) || defined(OS_IOS) 605 #endif // defined(OS_ANDROID) || defined(OS_IOS)
608 extern const char kSigninAllowed[]; 606 extern const char kSigninAllowed[];
609 extern const char kSyncLastSyncedTime[]; 607 extern const char kSyncLastSyncedTime[];
610 extern const char kSyncHasAuthError[]; 608 extern const char kSyncHasAuthError[];
611 extern const char kSyncHasSetupCompleted[]; 609 extern const char kSyncHasSetupCompleted[];
612 extern const char kSyncKeepEverythingSynced[]; 610 extern const char kSyncKeepEverythingSynced[];
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 #if defined(OS_WIN) 949 #if defined(OS_WIN)
952 extern const char kOsPasswordBlank[]; 950 extern const char kOsPasswordBlank[];
953 extern const char kOsPasswordLastChanged[]; 951 extern const char kOsPasswordLastChanged[];
954 #endif 952 #endif
955 953
956 extern const char kQuickCheckEnabled[]; 954 extern const char kQuickCheckEnabled[];
957 955
958 } // namespace prefs 956 } // namespace prefs
959 957
960 #endif // CHROME_COMMON_PREF_NAMES_H_ 958 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698