diff options
Diffstat (limited to 'chrome/common/chrome_plugin_lib.h')
-rw-r--r-- | chrome/common/chrome_plugin_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_plugin_lib.h b/chrome/common/chrome_plugin_lib.h index 0193708..5027cfc 100644 --- a/chrome/common/chrome_plugin_lib.h +++ b/chrome/common/chrome_plugin_lib.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -43,7 +43,7 @@ class ChromePluginLib : public base::RefCounted<ChromePluginLib> { static void UnloadAllPlugins(); // Returns true if the plugin is currently loaded. - const bool is_loaded() const { return initialized_; } + bool is_loaded() const { return initialized_; } // Get the Plugin's function pointer table. const CPPluginFuncs& functions() const; |