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

Unified Diff: chrome/browser/plugins/plugin_infobar_delegates.cc

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/plugins/plugin_infobar_delegates.cc
diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc
index 35fb5ff371df55f5aed2d2c3d29e2496916628b9..2c457c062fab23b26698d5897cee3ff94c273b04 100644
--- a/chrome/browser/plugins/plugin_infobar_delegates.cc
+++ b/chrome/browser/plugins/plugin_infobar_delegates.cc
@@ -30,9 +30,6 @@
#include "ui/base/l10n/l10n_util.h"
#if defined(ENABLE_PLUGIN_INSTALLATION)
-#if defined(OS_WIN)
-#include "base/win/metro.h"
-#endif
#include "chrome/browser/plugins/plugin_installer.h"
#endif
@@ -277,7 +274,7 @@ void LaunchDesktopInstanceHelper(const base::string16& url) {
}
bool PluginMetroModeInfoBarDelegate::Accept() {
- chrome::AttemptRestartToDesktopMode();
+ // TODO(scottmg): Remove this entire class http://crbug.com/558054.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698