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

Unified Diff: chrome/plugin/plugin_thread.cc

Issue 155881: Remove the NOTIMPLEMENTED from IsDefaultPluginEnabled for Mac (Closed)
Patch Set: Created 11 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/plugin_thread.cc
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
index 552362d1d32debca514da0352c768d21220ec881..ae90e1a6b8fdc1395a515768c587e79bc8102073 100644
--- a/chrome/plugin/plugin_thread.cc
+++ b/chrome/plugin/plugin_thread.cc
@@ -171,7 +171,7 @@ bool IsDefaultPluginEnabled() {
// http://code.google.com/p/chromium/issues/detail?id=10952
return false;
#elif defined(OS_MACOSX)
- NOTIMPLEMENTED();
+ // http://code.google.com/p/chromium/issues/detail?id=17392
return false;
#endif
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698