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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 27150: Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
Index: chrome/common/temp_scaffolding_stubs.cc
===================================================================
--- chrome/common/temp_scaffolding_stubs.cc (revision 10402)
+++ chrome/common/temp_scaffolding_stubs.cc (working copy)
@@ -246,11 +246,6 @@
//--------------------------------------------------------------------------
-// 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 @@
}
#endif // !CHROME_DEBUGGER_DISABLED
-ScopableCPRequest::~ScopableCPRequest() {
- NOTIMPLEMENTED();
-}
-
MemoryDetails::MemoryDetails() {
NOTIMPLEMENTED();
}
@@ -379,21 +370,11 @@
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) {
« chrome/common/chrome_plugin_util.cc ('K') | « chrome/common/temp_scaffolding_stubs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698