summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.cc
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 20:33:04 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 20:33:04 +0000
commit21a0ea19ded45ccec70a44729b0464a5f9fa4f68 (patch)
treee212eb2dddff34033b3056e55700548587510362 /chrome/common/temp_scaffolding_stubs.cc
parent404ec5e6b31eb14d1b53d40b3c7129d737850070 (diff)
downloadchromium_src-21a0ea19ded45ccec70a44729b0464a5f9fa4f68.zip
chromium_src-21a0ea19ded45ccec70a44729b0464a5f9fa4f68.tar.gz
chromium_src-21a0ea19ded45ccec70a44729b0464a5f9fa4f68.tar.bz2
Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux.
This required getting rid of the stubs in common/temp_scaffolding_stubs.cc to avoid duplicate symbols, in favor of moving the stubs into a separate module for use when porting to new platforms. Review URL: http://codereview.chromium.org/43089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 5d7f5c3..93c7064 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -327,21 +327,6 @@ bool IsDefaultPluginEnabled() {
} // webkit_glue
-#ifndef CHROME_DEBUGGER_DISABLED
-DebuggerShell::DebuggerShell(DebuggerInputOutput *io) { }
-DebuggerShell::~DebuggerShell() { }
-void DebuggerShell::Start() { NOTIMPLEMENTED(); }
-void DebuggerShell::Debug(TabContents* tab) { NOTIMPLEMENTED(); }
-void DebuggerShell::DebugMessage(const std::wstring& msg) { NOTIMPLEMENTED(); }
-void DebuggerShell::OnDebugAttach() { NOTIMPLEMENTED(); }
-void DebuggerShell::OnDebugDisconnect() { NOTIMPLEMENTED(); }
-void DebuggerShell::DidConnect() { NOTIMPLEMENTED(); }
-void DebuggerShell::DidDisconnect() { NOTIMPLEMENTED(); }
-void DebuggerShell::ProcessCommand(const std::wstring& data) {
- NOTIMPLEMENTED();
-}
-#endif // !CHROME_DEBUGGER_DISABLED
-
MemoryDetails::MemoryDetails() {
NOTIMPLEMENTED();
}