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

Unified Diff: views/focus/focus_manager_gtk.cc

Issue 152001: Fix compilation error in the focus manager by returning NULL from unimplemented function. (Closed)
Patch Set: Remove accidentally included file. Created 11 years, 6 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: views/focus/focus_manager_gtk.cc
diff --git a/views/focus/focus_manager_gtk.cc b/views/focus/focus_manager_gtk.cc
index 07117dac50f141af21749d4b5f1d1457f491b6ed..80179615df672666b703f613e3c786de26e76869 100644
--- a/views/focus/focus_manager_gtk.cc
+++ b/views/focus/focus_manager_gtk.cc
@@ -20,6 +20,7 @@ void FocusManager::FocusNativeView(gfx::NativeView native_view) {
FocusManager* FocusManager::GetFocusManagerForNativeView(
gfx::NativeView native_view) {
NOTIMPLEMENTED();
+ return NULL;
}
} // namespace views
« 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