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

Unified Diff: chrome/installer/mac/app/OmahaCommunication.h

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes Created 4 years, 4 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/mac/app/OmahaCommunication.h
diff --git a/chrome/installer/mac/app/OmahaCommunication.h b/chrome/installer/mac/app/OmahaCommunication.h
index 40e5da802225faf89d1f084571b6c5c866b4f94f..98e8a5966b5a6a788fed2b75b326ff59928d0ee2 100644
--- a/chrome/installer/mac/app/OmahaCommunication.h
+++ b/chrome/installer/mac/app/OmahaCommunication.h
@@ -23,8 +23,7 @@
- (id)init;
- (id)initWithBody:(NSXMLDocument*)xmlBody;
-// Asks the Omaha servers for the most updated version of Chrome by sending a
-// request using this function.
+// Asks the Omaha servers for the most updated version of Chrome.
- (void)fetchDownloadURLs;
@end

Powered by Google App Engine
This is Rietveld 408576698