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

Unified Diff: WebCore/inspector/InspectorController.h

Issue 3389017: Merge 67623 - 2010-09-16 Yury Semikhatsky <yurys@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | WebCore/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/inspector/InspectorController.h
===================================================================
--- WebCore/inspector/InspectorController.h (revision 67697)
+++ WebCore/inspector/InspectorController.h (working copy)
@@ -136,6 +136,7 @@
// transport via InspectorClient. After migration, webInspector parameter should
// be removed.
void connectFrontend();
+ void reuseFrontend();
void disconnectFrontend();
void addMessageToConsole(MessageSource, MessageType, MessageLevel, ScriptCallStack*, const String& message);
@@ -265,6 +266,8 @@
friend class InjectedScriptHost;
void populateScriptObjects();
+ void restoreDebugger();
+ void restoreProfiler();
void unbindAllResources();
// Following are used from InspectorBackend and internally.
« no previous file with comments | « no previous file | WebCore/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698