| Index: chrome/browser/extensions/extension_service.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_service.h (revision 114254)
|
| +++ chrome/browser/extensions/extension_service.h (working copy)
|
| @@ -379,9 +379,7 @@
|
|
|
| // Called by the backend when an extension has been installed.
|
| void OnExtensionInstalled(
|
| - const Extension* extension,
|
| - bool from_webstore,
|
| - const StringOrdinal& page_ordinal);
|
| + const Extension* extension, bool from_webstore, int page_index);
|
|
|
| // Initializes the |extension|'s active permission set and disables the
|
| // extension if the privilege level has increased (e.g., due to an upgrade).
|
|
|
| Property changes on: chrome/browser/extensions/extension_service.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|