summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 23:31:23 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 23:31:23 +0000
commitd1fa3fbb09712181bb7675ef7e9b892b2911c0a5 (patch)
treefb659390e63f741c7f26d41defb284d8d28955e3 /chrome/browser/shell_integration.h
parenta77809f6c4c703fbb9c34a47cf24e3b77056a02f (diff)
downloadchromium_src-d1fa3fbb09712181bb7675ef7e9b892b2911c0a5.zip
chromium_src-d1fa3fbb09712181bb7675ef7e9b892b2911c0a5.tar.gz
chromium_src-d1fa3fbb09712181bb7675ef7e9b892b2911c0a5.tar.bz2
No longer switch to metro mode when Chrome is made the default on first run.
BUG=145795 TEST=delete "First Run" beacon and profile dir, make IE the default, launch Chrome, make it the default when asked, and note that you're left in desktop Chrome rather than switched to metro. Review URL: https://chromiumcodereview.appspot.com/10910086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r--chrome/browser/shell_integration.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index e5ef657..9eb9b37 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -146,11 +146,6 @@ class ShellIntegration {
// see http://crbug.com/28104
static void MigrateChromiumShortcuts();
- // Activates Chrome in metro-mode on Windows 8. Returns false if called on
- // earlier versions of Windows, if called from within metro-mode, if Chrome
- // is not the default browser, or if an actual error occurs.
- static bool ActivateMetroChrome();
-
// Returns the path to the Start Menu shortcut for the given Chrome.
static FilePath GetStartMenuShortcut(const FilePath& chrome_exe);
#endif // defined(OS_WIN)