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

Unified Diff: chrome/browser/ui/webui/options/options_ui.cc

Issue 2121303003: Remove the "Settings" packaged app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/options_ui.cc
diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc
index ac1f5d9e148511cbd596d8603c739eaf6a3c2f77..9662d5fce09e56838b4e0c47f38855baa6fb9e99 100644
--- a/chrome/browser/ui/webui/options/options_ui.cc
+++ b/chrome/browser/ui/webui/options/options_ui.cc
@@ -207,8 +207,6 @@ OptionsUIHTMLSource::~OptionsUIHTMLSource() {}
//
////////////////////////////////////////////////////////////////////////////////
-const char OptionsPageUIHandler::kSettingsAppKey[] = "settingsApp";
-
OptionsPageUIHandler::OptionsPageUIHandler() {
}
@@ -260,9 +258,6 @@ OptionsUI::OptionsUI(content::WebUI* web_ui)
WebContentsObserver(web_ui->GetWebContents()),
initialized_handlers_(false) {
base::DictionaryValue* localized_strings = new base::DictionaryValue();
- localized_strings->Set(OptionsPageUIHandler::kSettingsAppKey,
- new base::DictionaryValue());
-
CoreOptionsHandler* core_handler;
#if defined(OS_CHROMEOS)
core_handler = new chromeos::options::CoreChromeOSOptionsHandler();
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.h ('k') | chrome/browser/ui/webui/options/settings_app_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698