| Index: chrome/common/mac/app_mode_common.h
|
| diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h
|
| index 202221732bc6c4995b2de55caafa107cb3eb423c..756e1e9ad8f6dd534f85d08c876a324091565f95 100644
|
| --- a/chrome/common/mac/app_mode_common.h
|
| +++ b/chrome/common/mac/app_mode_common.h
|
| @@ -94,7 +94,7 @@ extern NSString* const kShortcutBrowserBundleIDPlaceholder;
|
|
|
| // Current major/minor version numbers of |ChromeAppModeInfo| (defined below).
|
| const unsigned kCurrentChromeAppModeInfoMajorVersion = 1;
|
| -const unsigned kCurrentChromeAppModeInfoMinorVersion = 1;
|
| +const unsigned kCurrentChromeAppModeInfoMinorVersion = 2;
|
|
|
| // The structure used to pass information from the app mode loader to the
|
| // (browser) framework. This is versioned using major and minor version numbers,
|
|
|