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

Side by Side Diff: components/search_engines_strings.grdp

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't assume that a Browser exists + fix nits Created 4 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <!-- Windows desktop search redirection strings. -->
4 <if expr="is_win">
5 <message name="IDS_WINDOWS_DESKTOP_SEARCH_REDIRECTION_INFOBAR_MESSAGE" desc= "Text shown in the infobar informing the user that a Windows desktop search has been redirected to the default search engine.">
6 Desktop searches use your default search engine (<ph name="DEFAULT_SEARCH_ ENGINE_NAME">$1<ex>Google</ex></ph>).
7 </message>
8 <message name="IDS_WINDOWS_DESKTOP_SEARCH_REDIRECTION_INFOBAR_BUTTON" desc=" Text of the button to go to the search engine settings page, in the infobar info rming the user that a Windows desktop search has been redirected to the default search engine.">
9 Manage search settings
Peter Kasting 2016/01/20 03:03:02 Why is going to the settings useful? Is there goi
fdoray 2016/01/21 21:02:34 The user can change its default search engine from
Peter Kasting 2016/01/22 00:38:57 OK, if "disable" is done by setting the DSE to Bin
10 </message>
11 </if>
12 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698