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

Side by Side Diff: chrome/browser/fullscreen_ozone.cc

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: addressed tom's reviews Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "base/logging.h"
6
7 bool IsFullScreenMode() {
rjkroege 2016/10/25 20:10:39 This can be refactored out of existence: rename fu
tonikitoo 2016/10/26 05:37:17 1st take done in https://codereview.chromium.org/2
8 NOTIMPLEMENTED();
9 // TODO(tonikitoo): Verify if mus has something that can be reused here:
10 // https://bugs.chromium.org/p/chromium/issues/detail?id=640390
11 return false;
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698