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

Unified Diff: chrome/browser/chromeos/status/status_area_view_browsertest.cc

Issue 8915007: views: Rename IsVisibleInRootView() to IsDrawn(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | chrome/browser/ui/views/extensions/extension_installed_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/status_area_view_browsertest.cc
diff --git a/chrome/browser/chromeos/status/status_area_view_browsertest.cc b/chrome/browser/chromeos/status/status_area_view_browsertest.cc
index f451291d030d80b2919d3ed5d798587e15aff9c0..3424bfe818dc3ecf050728d5d8b6d2a88aea5d4c 100644
--- a/chrome/browser/chromeos/status/status_area_view_browsertest.cc
+++ b/chrome/browser/chromeos/status/status_area_view_browsertest.cc
@@ -32,7 +32,7 @@ class StatusAreaViewTest : public InProcessBrowserTest {
IN_PROC_BROWSER_TEST_F(StatusAreaViewTest, VisibleTest) {
const StatusAreaView* status = GetStatusAreaView();
- EXPECT_TRUE(status->IsVisibleInRootView());
+ EXPECT_TRUE(status->IsDrawn());
EXPECT_FALSE(status->size().IsEmpty());
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/extensions/extension_installed_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698