| Index: chrome/browser/extensions/extension_sidebar_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_sidebar_api.h (revision 57122)
|
| +++ chrome/browser/extensions/extension_sidebar_api.h (working copy)
|
| @@ -24,7 +24,7 @@
|
| public:
|
| // Sidebar state changed.
|
| static void OnStateChanged(
|
| - Profile* profile, int tab_id, const std::string& content_id,
|
| + Profile* profile, TabContents* tab, const std::string& content_id,
|
| const std::string& state);
|
|
|
| private:
|
|
|