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

Unified Diff: chrome/browser/dom_ui/shared_resources_data_source.cc

Issue 6378006: Add Throbber control for DOMUI. Use it everywhere in options and in Sync setup UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed nit Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/remoting/resources/remoting_setting_up.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/shared_resources_data_source.cc
diff --git a/chrome/browser/dom_ui/shared_resources_data_source.cc b/chrome/browser/dom_ui/shared_resources_data_source.cc
index 709b33c2dee253d97bd5ea303c6a342a7268a91f..6170b68baef4ad0db2d0dded939abe68308fa6a2 100644
--- a/chrome/browser/dom_ui/shared_resources_data_source.cc
+++ b/chrome/browser/dom_ui/shared_resources_data_source.cc
@@ -32,6 +32,8 @@ int PathToIDR(const std::string& path) {
idr = IDR_FOLDER_OPEN;
} else if (path == "app/resources/folder_open_rtl.png") {
idr = IDR_FOLDER_OPEN_RTL;
+ } else if (path == "app/resources/throbber.png") {
+ idr = IDR_THROBBER;
} else {
// The name of the files in the grd list are prefixed with the following
// directory:
« no previous file with comments | « no previous file | chrome/browser/remoting/resources/remoting_setting_up.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698