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

Unified Diff: chrome/installer/gcapi/gcapi_reactivation.h

Issue 9465013: Mike's change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing unneeded line breaks. Created 8 years, 10 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/installer/gcapi/gcapi_reactivation.h
diff --git a/chrome/installer/gcapi/gcapi_reactivation.h b/chrome/installer/gcapi/gcapi_reactivation.h
index d9e5db8fdc96af889cd0d4ff60201ac0744db21f..69ae10517d9fe305aef1bcf220e63085e9688bd1 100644
--- a/chrome/installer/gcapi/gcapi_reactivation.h
+++ b/chrome/installer/gcapi/gcapi_reactivation.h
@@ -12,6 +12,6 @@
bool HasBeenReactivatedByBrandCodes(
const std::vector<std::wstring>& brand_codes);
-bool SetReactivationBrandCode(const std::wstring& brand_code);
+bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode);
#endif // CHROME_INSTALLER_GCAPI_GCAPI_REACTIVATION_H_

Powered by Google App Engine
This is Rietveld 408576698