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

Unified Diff: chrome/browser/icon_loader.cc

Issue 12230026: linux: Both gtk and the aura port should set the icon theme name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/icon_loader.cc
diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc
index 39919477640e6295c44c322b3f62171eea2c0556..7683785c21fbad078f7be38ad70396a2024fe5a0 100644
--- a/chrome/browser/icon_loader.cc
+++ b/chrome/browser/icon_loader.cc
@@ -29,11 +29,6 @@ IconLoader::~IconLoader() {
void IconLoader::Start() {
target_message_loop_ = base::MessageLoopProxy::current();
-#if defined(TOOLKIT_GTK)
- // This call must happen on the UI thread before we can start loading icons.
- base::nix::DetectGtkTheme();
-#endif
-
BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
base::Bind(&IconLoader::ReadIcon, this));
}

Powered by Google App Engine
This is Rietveld 408576698