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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc

Issue 1679983003: Set wallpaper from right click menu in Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use enum Created 4 years, 10 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
« no previous file with comments | « no previous file | ui/file_manager/externs/chrome_wallpaper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
index 5f78e2cfb142d9af8ac0391336ac325214d7ecdf..0dbfa19d2ae817b045725da45c1198b8b6f74886 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
@@ -426,6 +426,8 @@ bool FileManagerPrivateGetStringsFunction::RunSync() {
SET_STRING("ERROR_HIDDEN_NAME", IDS_FILE_BROWSER_ERROR_HIDDEN_NAME);
SET_STRING("ERROR_INVALID_CHARACTER",
IDS_FILE_BROWSER_ERROR_INVALID_CHARACTER);
+ SET_STRING("ERROR_INVALID_WALLPAPER",
+ IDS_WALLPAPER_MANAGER_INVALID_WALLPAPER);
SET_STRING("ERROR_LONG_NAME", IDS_FILE_BROWSER_ERROR_LONG_NAME);
SET_STRING("ERROR_PROGRESS_SUMMARY", IDS_FILE_BROWSER_ERROR_PROGRESS_SUMMARY);
SET_STRING("ERROR_PROGRESS_SUMMARY_PLURAL",
@@ -541,6 +543,7 @@ bool FileManagerPrivateGetStringsFunction::RunSync() {
IDS_FILE_BROWSER_CHANGE_TO_THUMBNAILVIEW_BUTTON_LABEL);
SET_STRING("CANCEL_SELECTION_BUTTON_LABEL",
IDS_FILE_BROWSER_CANCEL_SELECTION_BUTTON_LABEL);
+ SET_STRING("SET_WALLPAPER_BUTTON_LABEL", IDS_SET_WALLPAPER_BUTTON);
SET_STRING("SHARE_ERROR", IDS_FILE_BROWSER_SHARE_ERROR);
SET_STRING("SIZE_BYTES", IDS_FILE_BROWSER_SIZE_BYTES);
« no previous file with comments | « no previous file | ui/file_manager/externs/chrome_wallpaper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698