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

Unified Diff: content/shell/shell_web_contents_view_delegate_win.cc

Issue 11087003: Remove NOTIMPLEMENTED in shell_web_contents_view_delegate to avoid log spew. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_web_contents_view_delegate_win.cc
diff --git a/content/shell/shell_web_contents_view_delegate_win.cc b/content/shell/shell_web_contents_view_delegate_win.cc
index 2165b4551313a23abc1405fc18d81d4d139dd8b1..8a3dcfb8c4f2e90708f129d93b784bd5a0da5250 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698