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

Unified Diff: chrome/test/automation/automation_proxy.cc

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comments Created 9 years, 1 month 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/test/automation/automation_proxy.cc
diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc
index 9788c29bc07a73c841b6cd70b5185c6828acbae9..a87a51516e89b974e3337c0b8f7909a741c43c46 100644
--- a/chrome/test/automation/automation_proxy.cc
+++ b/chrome/test/automation/automation_proxy.cc
@@ -498,7 +498,7 @@ scoped_refptr<TabProxy> AutomationProxy::CreateExternalTab(
return NULL;
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) && !defined(USE_AURA)
DCHECK(IsWindow(*external_tab_container));
#else // defined(OS_WIN)
DCHECK(*external_tab_container);

Powered by Google App Engine
This is Rietveld 408576698