summaryrefslogtreecommitdiffstats
path: root/content/shell/shell.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 16:16:30 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 16:16:30 +0000
commit7c17b699b935d33b20163b6da9169ef69d267885 (patch)
tree3bd6e67d918e4e0538cacb61e54c27c07374d306 /content/shell/shell.h
parent9e52129b96738e19b584aa1356eb29d53ac58e74 (diff)
downloadchromium_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/shell.h')
-rw-r--r--content/shell/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/shell.h b/content/shell/shell.h
index 12228aa..2332c45 100644
--- a/content/shell/shell.h
+++ b/content/shell/shell.h
@@ -58,6 +58,7 @@ class Shell : public WebContentsDelegate,
void Stop();
void UpdateNavigationControls();
void Close();
+ void ShowDevTools();
// Do one time initialization at application startup.
static void PlatformInitialize();