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

Unified Diff: apps/app_launch_for_metro_restart_win.h

Issue 25034003: Moved apps metro code from apps to chrome/browser/apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix stuffup Created 7 years, 3 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: apps/app_launch_for_metro_restart_win.h
diff --git a/apps/app_launch_for_metro_restart_win.h b/apps/app_launch_for_metro_restart_win.h
deleted file mode 100644
index dfbd13ebf6d9b8360e82e548e19b454390b711d1..0000000000000000000000000000000000000000
--- a/apps/app_launch_for_metro_restart_win.h
+++ /dev/null
@@ -1,26 +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 APPS_APP_LAUNCH_FOR_METRO_RESTART_WIN_H
-#define APPS_APP_LAUNCH_FOR_METRO_RESTART_WIN_H
-
-#include <string>
-
-#include "base/basictypes.h"
-
-class Profile;
-
-namespace apps {
-
-// Handles launching apps on browser startup due to an attempt to launch an app
-// in Windows 8 Metro mode.
-void HandleAppLaunchForMetroRestart(Profile* profile);
-
-// Set a local pref to launch an app before relaunching chrome in desktop mode.
-void SetAppLaunchForMetroRestart(Profile* profile,
- const std::string& extension_id);
-
-} // namespace apps
-
-#endif // APPS_APP_LAUNCH_FOR_METRO_RESTART_WIN_H

Powered by Google App Engine
This is Rietveld 408576698