summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/chrome_plugin_lib.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc
index 48b4433..947527f 100644
--- a/chrome/common/chrome_plugin_lib.cc
+++ b/chrome/common/chrome_plugin_lib.cc
@@ -249,8 +249,7 @@ int ChromePluginLib::CP_Test(void* param) {
bool ChromePluginLib::Load() {
#if !defined(OS_WIN)
- // TODO(port): plugins not yet implemented
- NOTIMPLEMENTED() << " -- gears loading code.";
+ // Mac and Linux won't implement Gears.
return false;
#else
DCHECK(module_ == 0);