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

Unified Diff: ash/test/wm_window_test_api.h

Issue 2746873003: Refactor PanelLayoutManager to use aura::LayoutManager (Closed)
Patch Set: minor Created 3 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/root_window_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/wm_window_test_api.h
diff --git a/ash/test/wm_window_test_api.h b/ash/test/wm_window_test_api.h
index 33bd1a18a5f633afd0a0ae225c3fe5b50fd3617f..bf4810712d8eee041642fc50639fe165b3c68b33 100644
--- a/ash/test/wm_window_test_api.h
+++ b/ash/test/wm_window_test_api.h
@@ -27,18 +27,12 @@ class WmWindowTestApi {
DISALLOW_COPY_AND_ASSIGN(GlobalMinimumSizeLock);
};
- explicit WmWindowTestApi(WmWindow* window) : window_(window) {}
+ WmWindowTestApi() {}
~WmWindowTestApi() {}
- void set_use_empty_minimum_size(bool value) {
- window_->use_empty_minimum_size_for_testing_ = true;
- }
-
private:
static void SetDefaultUseEmptyMinimumSizeForTesting(bool value);
- WmWindow* window_;
-
DISALLOW_COPY_AND_ASSIGN(WmWindowTestApi);
};
« no previous file with comments | « ash/root_window_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698