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

Unified Diff: chrome/installer/util/install_util.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/installer/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 6371711ec71ddb7b2a153b1a73ea386608ac71f5..672f0ff8d854c8076c040e948848155d544be528 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -32,10 +32,6 @@ class Version;
// independently.
class InstallUtil {
public:
- // Returns true if properties that enable Metro mode on Win8+ should be
- // installed.
- static bool ShouldInstallMetroProperties();
-
// Get the path to this distribution's Active Setup registry entries.
// e.g. Software\Microsoft\Active Setup\Installed Components\<dist_guid>
static base::string16 GetActiveSetupPath(BrowserDistribution* dist);

Powered by Google App Engine
This is Rietveld 408576698