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

Issue 340015: Fix build error. (Closed)

Created:
11 years, 1 month ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
amit
CC:
chromium-reviews_googlegroups.com, darin (slow to review), amit
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome_frame/test/net/fake_external_tab.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
11 years, 1 month ago (2009-10-27 22:16:34 UTC) #1
amit
11 years, 1 month ago (2009-10-28 15:37:48 UTC) #2
lg

On Tue, Oct 27, 2009 at 3:16 PM, <ananta@chromium.org> wrote:

> Reviewers: amit,
>
> Description:
> Fix build error.
>
> TBR=amit
>
>
> Please review this at http://codereview.chromium.org/340015
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     chrome_frame/test/net/fake_external_tab.cc
>
>
> Index: chrome_frame/test/net/fake_external_tab.cc
> ===================================================================
> --- chrome_frame/test/net/fake_external_tab.cc  (revision 30261)
> +++ chrome_frame/test/net/fake_external_tab.cc  (working copy)
> @@ -145,7 +145,7 @@
>   EXPECT_TRUE(pss_subclass_->Subclass(fake_chrome_.user_data()));
>   StartChromeFrameInHostBrowser();
>   // Register the main thread by instantiating it, but don't call any
> methods.
> -  main_thread_.reset(new ChromeThread());
> +  main_thread_.reset(new ChromeThread(ChromeThread::UI));
>   DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
>  }
>
>
>
>

Powered by Google App Engine
This is Rietveld 408576698