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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_test.h

Issue 2112673002: Removing references to Off the Record from MediaRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More refactoring on rebased code Created 4 years, 5 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/media/router/mojo/media_router_mojo_test.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
index 614b0e492a6d5e507680119ac0443dc8f9053df7..9a36a184e7a9fdd0977e69e148ae3f10f99b070d 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -37,7 +37,7 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
const mojo::String& origin,
int tab_id,
int64_t timeout_secs,
- bool off_the_record,
+ bool incognito,
const CreateRouteCallback& callback));
MOCK_METHOD7(JoinRoute,
void(const mojo::String& source_urn,
@@ -45,7 +45,7 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
const mojo::String& origin,
int tab_id,
int64_t timeout_secs,
- bool off_the_record,
+ bool incognito,
const JoinRouteCallback& callback));
MOCK_METHOD8(ConnectRouteByRouteId,
void(const mojo::String& source_urn,
@@ -54,7 +54,7 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
const mojo::String& origin,
int tab_id,
int64_t timeout_secs,
- bool off_the_record,
+ bool incognito,
const JoinRouteCallback& callback));
MOCK_METHOD1(DetachRoute, void(const mojo::String& route_id));
MOCK_METHOD2(TerminateRoute, void(const mojo::String& route_id,

Powered by Google App Engine
This is Rietveld 408576698