commit | dbd407f82644d04c8b93c12432c93d4b53de79b6 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 14 21:30:37 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 14 21:30:37 2012 |
tree | 041e8bbf2f2b00004a536acf1665fe049c0294e9 | |
parent | 82423eec700810da01bb7865dd517f498538bcb7 [diff] [blame] |
Fix chromeos build git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126737 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index 7a875933..cf3fd3dc 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc
@@ -290,6 +290,7 @@ #elif defined(OS_ANDROID) view_.reset(new WebContentsViewAndroid(this)); #endif + (void)delegate; } CHECK(view_.get());