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

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

Issue 1152613003: Implement sidebar support for extension action popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 4a6529f6e9b01419a7bea92429fc57383ad252ce..299c66be129f92b2768b247fcc52948372374a89 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -189,6 +189,10 @@ GLStringManager* TestingBrowserProcess::gl_string_manager() {
return nullptr;
}
+SidebarManager* TestingBrowserProcess::sidebar_manager() {
+ return NULL;
+}
+
GpuModeManager* TestingBrowserProcess::gpu_mode_manager() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698