Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3598)

Unified Diff: chrome_frame/ready_mode/internal/registry_ready_mode_state.h

Issue 6090006: Regkey functions return error code instead of bool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698