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

Unified Diff: chrome/browser/ui/webui/options/chromeos/power_handler.cc

Issue 1265853002: Fix closure compile through a series of stupid hacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: match enums Created 5 years, 5 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/webui/options/chromeos/power_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/power_handler.cc b/chrome/browser/ui/webui/options/chromeos/power_handler.cc
index a018de4cdda1dae2aec5703aac74003ed524ac4c..bdf196c817c3c2882444a5bc4c41bd1bed66a2b7 100644
--- a/chrome/browser/ui/webui/options/chromeos/power_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/power_handler.cc
@@ -95,11 +95,6 @@ void PowerHandler::GetLocalizedValues(
localized_strings->SetString(
"calculatingPower",
l10n_util::GetStringUTF16(IDS_OPTIONS_POWER_OVERLAY_CALCULATING));
-
- localized_strings->SetInteger("powerSourceCharger",
- PowerStatus::DEDICATED_CHARGER);
- localized_strings->SetInteger("powerSourceDualRole",
- PowerStatus::DUAL_ROLE_USB);
}
void PowerHandler::InitializePage() {

Powered by Google App Engine
This is Rietveld 408576698