| Index: chrome/browser/extensions/extension_browser_event_router.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browser_event_router.h (revision 20500)
|
| +++ chrome/browser/extensions/extension_browser_event_router.h (working copy)
|
| @@ -43,7 +43,8 @@
|
| TabContents* new_contents,
|
| int index,
|
| bool user_gesture);
|
| - void TabMoved(TabContents* contents, int from_index, int to_index);
|
| + void TabMoved(TabContents* contents, int from_index, int to_index,
|
| + bool pinned_state_changed);
|
| void TabChangedAt(TabContents* contents, int index, bool loading_only);
|
| void TabStripEmpty();
|
|
|
|
|