diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 21:28:07 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 21:28:07 +0000 |
commit | d8be5f4c2e679192460479c0ffb8f2c891219051 (patch) | |
tree | c772a5c0ea6c4001c452fcde60386a6c83df8617 /chrome | |
parent | cb0738dd4408f4464bc4dcdca8e92b7c7121c3a1 (diff) | |
download | chromium_src-d8be5f4c2e679192460479c0ffb8f2c891219051.zip chromium_src-d8be5f4c2e679192460479c0ffb8f2c891219051.tar.gz chromium_src-d8be5f4c2e679192460479c0ffb8f2c891219051.tar.bz2 |
posix: drop Gears NOTIMPLEMENTED()
Review URL: http://codereview.chromium.org/155429
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/chrome_plugin_lib.cc | 3 |
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); |