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

Unified Diff: chrome/app/main_dll_loader_win.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/app/main_dll_loader_win.h
diff --git a/chrome/app/main_dll_loader_win.h b/chrome/app/main_dll_loader_win.h
index 99852ff3e6c4c6e7d2e89d4a2ef2de90ca14b66b..ac1ba4542ca70dc458aa8c5719cc20be64cfa4bf 100644
--- a/chrome/app/main_dll_loader_win.h
+++ b/chrome/app/main_dll_loader_win.h
@@ -55,7 +55,6 @@ class MainDllLoader {
private:
HMODULE dll_;
std::string process_type_;
- const bool metro_mode_;
};
// Factory for the MainDllLoader. Caller owns the pointer and should call

Powered by Google App Engine
This is Rietveld 408576698