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

Side by Side Diff: components/resources/omnibox_scaled_resources.grdp

Issue 2365263006: Delete pre-MD code from OmniboxResultView (Closed)
Patch Set: update references to constant (merge resolution) Created 4 years, 2 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 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CALCULATOR" file="omni box/omnibox_calculator.png" />
4 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="o mnibox/omnibox_extension_app.png" />
5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_POLICY_WARNING" file="omnibox/controlled_setting_mandatory.png" />
6 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_BUTTON_LOUPE" f ile="omnibox/omnibox_search_button_loupe.png" />
7 <if expr="is_ios">
8 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/ios/omnibox_http.png" />
9 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnib ox/ios/omnibox_history.png" />
10 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" f ile="omnibox/ios/omnibox_history_incognito.png" />
11 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ ios/omnibox_http.png" />
12 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/ios/omnibox_https_invalid.png" />
13 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/ios/omnibox_https_valid.png" />
14 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file ="omnibox/ios/omnibox_http_incognito.png" />
15 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/ios/omnibox_search.png" />
16 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" fi le="omnibox/ios/omnibox_search_incognito.png" />
17 </if>
18 <if expr="not is_ios">
19 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/location_bar_http.png" />
20 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ omnibox_http.png" />
21 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/omnibox_https_invalid.png" />
22 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/omnibox_https_valid.png" />
23 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/omnibox_search.png" />
24 </if>
25 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698