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

Unified Diff: chrome/chrome_browser.gypi

Issue 10872034: Changing PluginPrefs to use PluginFinder's async interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@test_async
Patch Set: Fixed bug in chromeos loading the plugins page Created 8 years, 3 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 | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a33ce728e0dd8a126c643195c3c2ff830dcfe278..2f41fb514d03863e3fddcf4c356b31d9e1dc712c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4874,10 +4874,7 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- 'browser/plugin_finder.cc',
- 'browser/plugin_finder.h',
- 'browser/plugin_installer.cc',
- 'browser/plugin_installer.h',
+ # TODO(ibraaaa): Return plugin_installer.{h/cc}.
'browser/plugin_installer_observer.cc',
'browser/plugin_installer_observer.h',
],
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698