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

Unified Diff: chrome/browser/ui/cocoa/cocoa_profile_test.h

Issue 1307093004: Remove references to IsNewAvatarMenu since the flag was removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert FRAME_AVATAR_BUTTON changes. Created 5 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: chrome/browser/ui/cocoa/cocoa_profile_test.h
diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.h b/chrome/browser/ui/cocoa/cocoa_profile_test.h
index 99a46640102fc91f5ffdf24056d3814e5711982e..9c3b35a936dcd575fc5f269d4bf461c5be32e5d0 100644
--- a/chrome/browser/ui/cocoa/cocoa_profile_test.h
+++ b/chrome/browser/ui/cocoa/cocoa_profile_test.h
@@ -33,6 +33,7 @@ class TestingProfile;
class CocoaProfileTest : public CocoaTest {
public:
CocoaProfileTest();
+ CocoaProfileTest(bool incognito);
Robert Sesek 2015/09/28 15:14:47 Is this change to CocoaProfileTest really necessar
anthonyvd 2015/09/29 20:23:15 I would end up pretty much copy-pasting the CocoaP
Robert Sesek 2015/09/29 20:31:11 You can still inherit from CocoaProfileTest, but y
anthonyvd 2015/09/30 18:34:03 Fair point, done. I don't have access to my mac so
~CocoaProfileTest() override;
// This constructs a a Browser and a TestingProfile. It is guaranteed to
@@ -72,6 +73,7 @@ class CocoaProfileTest : public CocoaTest {
TestingProfile* profile_; // Weak; owned by profile_manager_.
TestingProfile::TestingFactories testing_factories_;
scoped_ptr<Browser> browser_;
+ bool incognito_;
scoped_ptr<content::TestBrowserThreadBundle> thread_bundle_;
};

Powered by Google App Engine
This is Rietveld 408576698