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

Unified Diff: win8/delegate_execute/chrome_util.h

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move typedef Created 7 years, 3 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: win8/delegate_execute/chrome_util.h
diff --git a/win8/delegate_execute/chrome_util.h b/win8/delegate_execute/chrome_util.h
index 8fe0a1feabe15232060708ed9523c4e7ed1eb9de..6310c25c7b1faff1d7835fc07a65dc8d1f3ffafb 100644
--- a/win8/delegate_execute/chrome_util.h
+++ b/win8/delegate_execute/chrome_util.h
@@ -16,9 +16,6 @@ namespace delegate_execute {
// Finalizes a previously updated installation.
void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
-// Returns the appid of the Chrome pointed to by |chrome_exe|.
-string16 GetAppId(const base::FilePath& chrome_exe);
-
} // namespace delegate_execute
#endif // WIN8_DELEGATE_EXECUTE_CHROME_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698