Commit 4dc3cae2 authored by Hiroki Sato's avatar Hiroki Sato Committed by Commit Bot

Replace CHROMEOS macro with OS_CHROMEOS

CHROMEOS macro is defined in third_party/webrtc.
This CL replaces it with more appropriate macro.

Bug: None
Change-Id: I0587d5958963eb38b44372837d8098db774214fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021788Reviewed-by: default avatarBrandon Tolsch <btolsch@chromium.org>
Commit-Queue: Hiroki Sato <hirokisato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736176}
parent 3d3ea41b
...@@ -314,7 +314,7 @@ void PresentationReceiverWindowView::UpdateExclusiveAccessExitBubbleContent( ...@@ -314,7 +314,7 @@ void PresentationReceiverWindowView::UpdateExclusiveAccessExitBubbleContent(
ExclusiveAccessBubbleType bubble_type, ExclusiveAccessBubbleType bubble_type,
ExclusiveAccessBubbleHideCallback bubble_first_hide_callback, ExclusiveAccessBubbleHideCallback bubble_first_hide_callback,
bool force_update) { bool force_update) {
#if defined(CHROMEOS) #if defined(OS_CHROMEOS)
// On Chrome OS, we will not show the toast for the normal browser fullscreen // On Chrome OS, we will not show the toast for the normal browser fullscreen
// mode. The 'F11' text is confusing since how to access F11 on a Chromebook // mode. The 'F11' text is confusing since how to access F11 on a Chromebook
// is not common knowledge and there is also a dedicated fullscreen toggle // is not common knowledge and there is also a dedicated fullscreen toggle
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "ui/views/view.h" #include "ui/views/view.h"
#include "url/gurl.h" #include "url/gurl.h"
#if defined(CHROMEOS) #if defined(OS_CHROMEOS)
#include "ash/public/cpp/window_properties.h" #include "ash/public/cpp/window_properties.h"
#include "ui/aura/client/aura_constants.h" #include "ui/aura/client/aura_constants.h"
#include "ui/aura/window.h" #include "ui/aura/window.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment