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

Unified Diff: chrome/browser/ui/cocoa/about_window_controller.mm

Issue 6368094: -Wuninitialized fixes 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
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread.cc ('k') | chrome/common/autofill_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/about_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/about_window_controller.mm b/chrome/browser/ui/cocoa/about_window_controller.mm
index 45a4df73342e388a04f966e7a0457da0022ad957..eefc1f7c78fcee04beb6fbba7bbd350906a77e59 100644
--- a/chrome/browser/ui/cocoa/about_window_controller.mm
+++ b/chrome/browser/ui/cocoa/about_window_controller.mm
@@ -522,6 +522,7 @@ static BOOL recentShownUserActionFailedStatus = NO;
// be replaced with the #else block. For now, just leave the messaging
// alone. http://b/2290009.
updateMessage = false;
+ message = nil; // clang (no pr)
#else
// The visibility may be changing.
[self adjustUpdateUIVisibility];
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread.cc ('k') | chrome/common/autofill_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698