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

Unified Diff: content/browser/web_contents/web_contents_view_guest.cc

Issue 11953084: Browser Plugin: Removed spammy NOTIMPLEMENTED() messages in RWHVG/WCVG (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed more NOTIMPLEMENTED() Created 7 years, 11 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 | « content/browser/renderer_host/render_widget_host_view_guest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_guest.cc
diff --git a/content/browser/web_contents/web_contents_view_guest.cc b/content/browser/web_contents/web_contents_view_guest.cc
index 03e7bf85ade821fe4726bbfd3ce65a0a7c9616b2..a76693c4325252555e5e82d214842723688bb93c 100644
--- a/content/browser/web_contents/web_contents_view_guest.cc
+++ b/content/browser/web_contents/web_contents_view_guest.cc
@@ -101,7 +101,6 @@ gfx::Rect WebContentsViewGuest::GetViewBounds() const {
#if defined(OS_MACOSX)
void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) {
- NOTIMPLEMENTED();
}
#endif
@@ -121,20 +120,16 @@ void WebContentsViewGuest::RestoreFocus() {
}
void WebContentsViewGuest::SetPageTitle(const string16& title) {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::OnTabCrashed(base::TerminationStatus status,
int error_code) {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::Focus() {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::StoreFocus() {
- NOTIMPLEMENTED();
}
WebDropData* WebContentsViewGuest::GetDropData() const {
@@ -143,7 +138,6 @@ WebDropData* WebContentsViewGuest::GetDropData() const {
}
void WebContentsViewGuest::CloseTabAfterEventTracking() {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) {
@@ -151,11 +145,9 @@ void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) {
}
void WebContentsViewGuest::GotFocus() {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::TakeFocus(bool reverse) {
- NOTIMPLEMENTED();
}
void WebContentsViewGuest::ShowContextMenu(
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698