| 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) {
|
|
|