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

Unified Diff: chrome/browser/plugin_observer.cc

Issue 10388253: Revert 138502 - Move version metadata from PluginGroup into PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/plugin_observer.cc
===================================================================
--- chrome/browser/plugin_observer.cc (revision 138513)
+++ chrome/browser/plugin_observer.cc (working copy)
@@ -123,12 +123,12 @@
routing_id_(routing_id) {
DCHECK(installer);
switch (installer->state()) {
- case PluginInstaller::INSTALLER_STATE_IDLE: {
+ case PluginInstaller::kStateIdle: {
observer->Send(new ChromeViewMsg_FoundMissingPlugin(routing_id_,
installer->name()));
break;
}
- case PluginInstaller::INSTALLER_STATE_DOWNLOADING: {
+ case PluginInstaller::kStateDownloading: {
DownloadStarted();
break;
}
« no previous file with comments | « chrome/browser/plugin_installer_unittest.cc ('k') | chrome/browser/renderer_host/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698