summaryrefslogtreecommitdiffstats
path: root/content/shell
diff options
context:
space:
mode:
authorshouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 12:28:45 +0000
committershouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 12:28:45 +0000
commit481e370e6059906a3ec12649cbaa89c7d9f0a2db (patch)
tree05325a26b0cd8b3f5251203baf22077dd7ed040d /content/shell
parent84c151b77620c1d4e6aa84dafebb6f8909cbf4fb (diff)
downloadchromium_src-481e370e6059906a3ec12649cbaa89c7d9f0a2db.zip
chromium_src-481e370e6059906a3ec12649cbaa89c7d9f0a2db.tar.gz
chromium_src-481e370e6059906a3ec12649cbaa89c7d9f0a2db.tar.bz2
Remove NOTIMPLEMENTED in shell_web_contents_view_delegate to avoid log spew.
BUG=154251 TEST= Review URL: https://chromiumcodereview.appspot.com/11087003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r--content/shell/shell_web_contents_view_delegate_win.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/shell/shell_web_contents_view_delegate_win.cc b/content/shell/shell_web_contents_view_delegate_win.cc
index 2165b455..8a3dcfb 100644
--- a/content/shell/shell_web_contents_view_delegate_win.cc
+++ b/content/shell/shell_web_contents_view_delegate_win.cc
@@ -241,29 +241,23 @@ void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
}
WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
- NOTIMPLEMENTED();
return NULL;
}
void ShellWebContentsViewDelegate::StoreFocus() {
- NOTIMPLEMENTED();
}
void ShellWebContentsViewDelegate::RestoreFocus() {
- NOTIMPLEMENTED();
}
bool ShellWebContentsViewDelegate::Focus() {
- NOTIMPLEMENTED();
return false;
}
void ShellWebContentsViewDelegate::TakeFocus(bool reverse) {
- NOTIMPLEMENTED();
}
void ShellWebContentsViewDelegate::SizeChanged(const gfx::Size& size) {
- NOTIMPLEMENTED();
}
} // namespace content