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

Unified Diff: chrome/browser/chromeos/login/background_view.h

Issue 6973029: Integrate WebUI Login with cros. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed patch staleness 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
Index: chrome/browser/chromeos/login/background_view.h
diff --git a/chrome/browser/chromeos/login/background_view.h b/chrome/browser/chromeos/login/background_view.h
index bf5b7656124b40c85575cf6784c9587d0851f413..54ba73035262029c3de14a3b97f6b238607ca520 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -103,7 +103,6 @@ class BackgroundView : public views::View,
protected:
// Overridden from views::View:
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
virtual void Layout() OVERRIDE;
virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
virtual void OnLocaleChanged() OVERRIDE;
@@ -170,11 +169,6 @@ class BackgroundView : public views::View,
// Used to request the boot times.
CancelableRequestConsumer boot_times_consumer_;
- // Has Paint been invoked once? The value of this is passed to the window
- // manager.
- // TODO(sky): nuke this when the wm knows when chrome has painted.
- bool did_paint_;
-
// True if running official BUILD.
bool is_official_build_;
« no previous file with comments | « chrome/browser/chromeos/frame/dom_browser_view_layout.cc ('k') | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698