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

Unified Diff: chrome/browser/ui/apps/apps_metro_handler_win.h

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/apps/apps_metro_handler_win.h
diff --git a/chrome/browser/ui/apps/apps_metro_handler_win.h b/chrome/browser/ui/apps/apps_metro_handler_win.h
deleted file mode 100644
index 19a060034a10f2cde95419475cee61093518eb2b..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/apps/apps_metro_handler_win.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_
-#define CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_
-
-#include "ui/gfx/native_widget_types.h"
-
-// Check if there are apps running and if not, return true. Otherwise, Show a
-// modal dialog on |parent| asking whether the user is OK with their packaged
-// apps closing, in order to relaunch to or from Windows ASH mode. Returns true
-// if the user clicks OK.
-bool VerifyASHSwitchForApps(gfx::NativeWindow parent,
- int win_restart_command_id);
-
-#endif // CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698