| Index: chrome_frame/ready_mode/internal/registry_ready_mode_state.h
|
| ===================================================================
|
| --- chrome_frame/ready_mode/internal/registry_ready_mode_state.h (revision 70917)
|
| +++ chrome_frame/ready_mode/internal/registry_ready_mode_state.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| // Retrieves state from the registry. Returns true upon success.
|
| bool GetValue(int64* value, bool* exists);
|
| // Stores value in the registry. Returns true upon success.
|
| - bool StoreValue(int64 value);
|
| + bool StoreValue(const int64& value);
|
|
|
| base::TimeDelta temporary_decline_duration_;
|
| int temporary_decline_length_seconds_;
|
|
|