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

Unified Diff: remoting/host/chromeos/browser_mock_objects.cc

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: remoting/host/chromeos/browser_mock_objects.cc
diff --git a/remoting/host/chromeos/browser_mock_objects.cc b/remoting/host/chromeos/browser_mock_objects.cc
new file mode 100644
index 0000000000000000000000000000000000000000..0562347eb087a2ace701aac6588e0ad686252ebd
--- /dev/null
+++ b/remoting/host/chromeos/browser_mock_objects.cc
@@ -0,0 +1,10 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/browser_process.h"
+
+// This file provides definition to references that are only defined in the
+// chrome binary so that we can build remoting_unittests without depending
+// on the browser target.
+BrowserProcess* g_browser_process = NULL;

Powered by Google App Engine
This is Rietveld 408576698