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

Unified Diff: chrome/browser/fullscreen_ozone.cc

Issue 2562233002: Fix IsFullScreenMode signature in chrome's fullscreen_ozone.cc (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/fullscreen_ozone.cc
diff --git a/chrome/browser/fullscreen_ozone.cc b/chrome/browser/fullscreen_ozone.cc
index ad6b84e2373a2eeeb38002df42e6c44286532837..489fd05a257a91fcfa379b82dcb668a4012dbc34 100644
--- a/chrome/browser/fullscreen_ozone.cc
+++ b/chrome/browser/fullscreen_ozone.cc
@@ -6,7 +6,7 @@
#include "services/service_manager/runner/common/client_util.h"
-bool IsFullScreenMode() {
+bool IsFullScreenMode(int64_t display_id) {
if (service_manager::ServiceManagerIsRemote()) {
// TODO: http://crbug.com/640390.
NOTIMPLEMENTED();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698