Skip to content

Commit

Permalink
Revert a part of r22173 that caused a compile failure on Win dbg.
Browse files Browse the repository at this point in the history
TBR=rafaelw
Review URL: http://codereview.chromium.org/160470

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22177 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jhawkins@chromium.org committed Jul 31, 2009
1 parent 3fef6e6 commit de54ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/extensions/extension_uitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void BrowserEventAutomationProxy::HandleMessageFromChrome() {
std::string origin(origin());
std::string target(target());

ASSERT_GT(message.length(), 0);
ASSERT_TRUE(message.length() > 0);
ASSERT_STREQ(keys::kAutomationOrigin, origin.c_str());

if (target == keys::kAutomationRequestTarget) {
Expand Down

0 comments on commit de54ce6

Please sign in to comment.