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

Unified Diff: chrome/browser/chromeos/login/screen_locker.cc

Issue 7003017: Merge 84904 - Disable context menu in screen locker (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: Created 9 years, 7 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 | « chrome/browser/chromeos/login/screen_lock_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screen_locker.cc
===================================================================
--- chrome/browser/chromeos/login/screen_locker.cc (revision 84904)
+++ chrome/browser/chromeos/login/screen_locker.cc (working copy)
@@ -796,12 +796,6 @@
GTK_WINDOW(lock_window_->GetNativeView()));
g_object_unref(window_group);
- // Don't let X draw default background, which was causing flash on
- // resume.
- gdk_window_set_back_pixmap(lock_window_->GetNativeView()->window,
- NULL, false);
- gdk_window_set_back_pixmap(lock_widget_->GetNativeView()->window,
- NULL, false);
lock_window->set_toplevel_focus_widget(lock_widget_->window_contents());
// Create the SystemKeyEventListener so it can listen for system keyboard
« no previous file with comments | « chrome/browser/chromeos/login/screen_lock_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698