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

Unified Diff: chrome/test/base/test_browser_window.cc

Issue 1927203003: Add support for X11 workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unimplemented methods on mac/win Created 4 years, 8 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/test/base/test_browser_window.h ('k') | components/sessions/core/session_service_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 6aa32a922a198ba770e030d29399b8cb675827ef..ccc4376f729d39ba0351f000124e0a466bbf22f9 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -194,7 +194,12 @@ ExclusiveAccessContext* TestBrowserWindow::GetExclusiveAccessContext() {
return nullptr;
}
-// TestBrowserWindowOwner -----------------------------------------------------
+std::string TestBrowserWindow::GetWorkspace() const {
+ return "";
+}
+
+// TestBrowserWindowOwner
Elliot Glaysher 2016/05/02 21:52:36 Remove the newline so this is one line like before
Tom (Use chromium acct) 2016/05/02 23:34:02 Done. Idk how that happened lol
+// -----------------------------------------------------
TestBrowserWindowOwner::TestBrowserWindowOwner(TestBrowserWindow* window)
: window_(window) {
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | components/sessions/core/session_service_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698