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

Unified Diff: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. Created 3 years, 9 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/vr_shell/vr_shell_ui_ui.cc
diff --git a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
index 07ce171a272cd511065571d1a3dc94d40a9d5eeb..b8ed815ceb8e8f2fbe8071230714ea2868904b01 100644
--- a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
+++ b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
@@ -194,12 +194,10 @@ content::WebUIDataSource* CreateVrShellUIHTMLSource() {
source->AddResourcePath("vk.css", IDR_VR_SHELL_UI_VK_CSS);
source->AddResourcePath("vk.js", IDR_VR_SHELL_UI_VK_JS);
source->SetDefaultResource(IDR_VR_SHELL_UI_HTML);
- source->AddLocalizedString(
- "insecureWebVrContentPermanent",
- IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_PERMANENT);
- source->AddLocalizedString(
- "insecureWebVrContentTransient",
- IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_TRANSIENT);
+ source->AddLocalizedString("insecureWebVrContentPermanent",
+ IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT);
+ source->AddLocalizedString("insecureWebVrContentTransient",
+ IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT);
source->AddLocalizedString("back", IDS_VR_SHELL_UI_BACK_BUTTON);
source->AddLocalizedString("forward", IDS_VR_SHELL_UI_FORWARD_BUTTON);
source->AddLocalizedString("reload", IDS_VR_SHELL_UI_RELOAD_BUTTON);

Powered by Google App Engine
This is Rietveld 408576698