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

Unified Diff: chrome/browser/ui/simple_message_box_internal.h

Issue 1169503002: Do not record startup metrics when non-browser UI was displayed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added macro to completely disable the test on chromeos Created 5 years, 6 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/browser/ui/simple_message_box_internal.h
diff --git a/chrome/browser/ui/simple_message_box_internal.h b/chrome/browser/ui/simple_message_box_internal.h
new file mode 100644
index 0000000000000000000000000000000000000000..642609ab09118fcc6fa4ee49c2de8e9006940b85
--- /dev/null
+++ b/chrome/browser/ui/simple_message_box_internal.h
@@ -0,0 +1,14 @@
+// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_INTERNAL_H_
+#define CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_INTERNAL_H_
+
+namespace chrome {
+namespace internal {
+extern bool g_should_skip_message_box_for_test;
gab 2015/06/09 15:52:28 Add a comment describing this variable, e.g.: //
+}
gab 2015/06/09 15:52:28 } // namespace internal (2 space + comment with
+}
+
+#endif // CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_INTERNAL_H_

Powered by Google App Engine
This is Rietveld 408576698