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

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

Issue 498573003: Add relaunch into ASH and desktop support for Chrome on Windows 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed newline from chrome_command_ids.h Created 6 years, 4 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
index 8dc8b1c18aa7f75a82666a82999f5eb4bfd10d74..19a060034a10f2cde95419475cee61093518eb2b 100644
--- a/chrome/browser/ui/apps/apps_metro_handler_win.h
+++ b/chrome/browser/ui/apps/apps_metro_handler_win.h
@@ -9,9 +9,9 @@
// 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 Metro mode. Returns true if the
-// user clicks OK.
-bool VerifyMetroSwitchForApps(gfx::NativeWindow parent,
- int win8_restart_command_id);
+// 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_
« no previous file with comments | « chrome/browser/plugins/plugin_infobar_delegates.cc ('k') | chrome/browser/ui/apps/apps_metro_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698