diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 01:51:21 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 01:51:21 +0000 |
commit | 387b71b7d1d1bf267cbe088136610959b319f3b3 (patch) | |
tree | c364e3543f8b9185f65086ef678989edd0b69966 /chrome/common/temp_scaffolding_stubs.cc | |
parent | ceed72954b3444d1f06468a2edc6fe41aeb8f012 (diff) | |
download | chromium_src-387b71b7d1d1bf267cbe088136610959b319f3b3.zip chromium_src-387b71b7d1d1bf267cbe088136610959b319f3b3.tar.gz chromium_src-387b71b7d1d1bf267cbe088136610959b319f3b3.tar.bz2 |
Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.
Review URL: http://codereview.chromium.org/27150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index baaf839..47789bb 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -246,11 +246,6 @@ bool IsPluginProcess() { //-------------------------------------------------------------------------- -// This is from chrome_plugin_util.cc. -void CPB_Free(void* memory) { NOTIMPLEMENTED(); } - -//-------------------------------------------------------------------------- - void RunJavascriptMessageBox(WebContents* web_contents, int dialog_flags, const std::wstring& message_text, @@ -352,10 +347,6 @@ void DebuggerShell::ProcessCommand(const std::wstring& data) { } #endif // !CHROME_DEBUGGER_DISABLED -ScopableCPRequest::~ScopableCPRequest() { - NOTIMPLEMENTED(); -} - MemoryDetails::MemoryDetails() { NOTIMPLEMENTED(); } @@ -379,21 +370,11 @@ InfoBar* LinkInfoBarDelegate::CreateInfoBar() { return NULL; } -void CPHandleCommand(int command, CPCommandInterface* data, - CPBrowsingContext context) { - NOTIMPLEMENTED(); -} - bool CanImportURL(const GURL& url) { NOTIMPLEMENTED(); return false; } -CPBrowserFuncs* GetCPBrowserFuncsForBrowser() { - NOTIMPLEMENTED(); - return NULL; -} - DownloadRequestDialogDelegate* DownloadRequestDialogDelegate::Create( TabContents* tab, DownloadRequestManager::TabDownloadState* host) { |