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

Issue 10917124: linux-aura: Fix build. (Closed)

Created:
8 years, 3 months ago by sadrul
Modified:
8 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

linux-aura: Fix build. The stub implementation is necessary for all non-chromeos platforms. BUG=none TBR=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155297

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/ui/views/stubs_aura.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
8 years, 3 months ago (2012-09-07 02:41:42 UTC) #1
Nico
8 years, 3 months ago (2012-09-07 02:45:38 UTC) #2
Lgtm
On Sep 6, 2012 7:41 PM, <sadrul@chromium.org> wrote:

> Reviewers: Nico,
>
> Description:
> linux-aura: Fix build.
>
> The stub implementation is necessary for all non-chromeos platforms.
>
> BUG=none
> TBR=thakis@chromium.org
>
> Please review this at
http://codereview.chromium.**org/10917124/<http://codereview.chromium.org/109...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>   M chrome/browser/ui/views/stubs_**aura.cc
>
>
> Index: chrome/browser/ui/views/stubs_**aura.cc
> diff --git a/chrome/browser/ui/views/**stubs_aura.cc
> b/chrome/browser/ui/views/**stubs_aura.cc
> index 29429b46f6de8277d653f304070b7d**6ca8e16cad..**
> 080950e47e7a16edc23d5080e07981**1d3a84a8b0 100644
> --- a/chrome/browser/ui/views/**stubs_aura.cc
> +++ b/chrome/browser/ui/views/**stubs_aura.cc
> @@ -68,7 +68,7 @@ void ShowImportProgressDialog(**uint16 items,
>
>  }  // namespace importer
>
> -#if defined(OS_WIN)
> +#if !defined(OS_CHROMEOS)
>  // static
>  void ExternalProtocolHandler::**RunExternalProtocolDialog(
>      const GURL& url, int render_process_host_id, int routing_id) {
>
>
>

Powered by Google App Engine
This is Rietveld 408576698