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

Unified Diff: chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc

Issue 10166004: Added a message that suggest to configure a proxy for a network. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed license header. Created 8 years, 8 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/chromeos/login/network_dropdown_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc b/chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc
index 67973f1779e5a4b5647f33aaac94b1643a9ed792..338177490563d3dec76fc8f5101d3d8e3331eda4 100644
--- a/chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -36,6 +36,8 @@ void NetworkDropdownHandler::GetLocalizedStrings(
base::DictionaryValue* localized_strings) {
localized_strings->SetString("selectNetwork",
l10n_util::GetStringUTF16(IDS_NETWORK_SELECTION_SELECT));
+ localized_strings->SetString("selectAnotherNetwork",
+ l10n_util::GetStringUTF16(IDS_ANOTHER_NETWORK_SELECTION_SELECT));
}
void NetworkDropdownHandler::Initialize() {

Powered by Google App Engine
This is Rietveld 408576698