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

Unified Diff: ash/popup_message.h

Issue 1026943002: Add the layout test case of ash/popup_message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: view by id Created 5 years, 9 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 | « ash/ash.gyp ('k') | ash/popup_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/popup_message.h
diff --git a/ash/popup_message.h b/ash/popup_message.h
index 8731536401953654cb069d1674546b36582cd0cc..c2b160fa003e4553e388afa82e3004aae14410d2 100644
--- a/ash/popup_message.h
+++ b/ash/popup_message.h
@@ -7,6 +7,7 @@
#include "ash/ash_export.h"
#include "base/basictypes.h"
+#include "base/gtest_prod_util.h"
#include "base/strings/string16.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/views/bubble/bubble_border.h"
@@ -62,8 +63,13 @@ class ASH_EXPORT PopupMessage {
void Close();
private:
+ FRIEND_TEST_ALL_PREFIXES(PopupMessageTest, Layout);
+
class MessageBubble;
+ static const int kCaptionLabelID;
+ static const int kMessageLabelID;
+
void CancelHidingAnimation();
MessageBubble* view_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/popup_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698