diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 16:16:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 16:16:30 +0000 |
commit | 7c17b699b935d33b20163b6da9169ef69d267885 (patch) | |
tree | 3bd6e67d918e4e0538cacb61e54c27c07374d306 /content/shell/resource.h | |
parent | 9e52129b96738e19b584aa1356eb29d53ac58e74 (diff) | |
download | chromium_src-7c17b699b935d33b20163b6da9169ef69d267885.zip chromium_src-7c17b699b935d33b20163b6da9169ef69d267885.tar.gz chromium_src-7c17b699b935d33b20163b6da9169ef69d267885.tar.bz2 |
Add a menu item to content_shell to open devtools to make it more discoverable.
Since the devtools server is running for each content shell browser process, the user doesn't specify a server port anymore. Instead I let the system pick. This made it necessary to plumb the data back from net::HttpServer.
For now I only added Windows and Linux UI. Mac UI will be done later.
BUG=90445
Review URL: https://chromiumcodereview.appspot.com/10837177
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/resource.h')
-rw-r--r-- | content/shell/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/resource.h b/content/shell/resource.h index 849ee86..29bb74d 100644 --- a/content/shell/resource.h +++ b/content/shell/resource.h @@ -12,6 +12,7 @@ #define IDM_EXIT 105 #define IDM_CLOSE_WINDOW 106 #define IDM_NEW_WINDOW 107 +#define IDM_SHOW_DEVELOPER_TOOLS 108 #define IDC_CONTENTSHELL 109 #define IDD_ALERT 130 #define IDD_CONFIRM 131 |