summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 13:21:41 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 13:21:41 +0000
commite1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8 (patch)
treee52e2fa113549fc07978b97460169c5f644093c1 /chrome/common/pref_names.h
parentd14a0d6fe722ce04aac8a06f83a5a15d3e45e44a (diff)
downloadchromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.zip
chromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.tar.gz
chromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.tar.bz2
DevTools: Add docked pane into the browser view.
Review URL: http://codereview.chromium.org/150160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 20a1383..5f561c4 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -197,6 +197,9 @@ extern const wchar_t kNTPTipsCache[];
extern const wchar_t kNTPTipsCacheUpdate[];
extern const wchar_t kNTPTipsServer[];
extern const wchar_t kNTPShownSections[];
+
+extern const wchar_t kDevToolsOpenDocked[];
+extern const wchar_t kDevToolsSplitLocation[];
}
#endif // CHROME_COMMON_PREF_NAMES_H_