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

Unified Diff: chrome/test/media_router/media_router_base_browsertest.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/test/media_router/media_router_base_browsertest.h
diff --git a/chrome/test/media_router/media_router_base_browsertest.h b/chrome/test/media_router/media_router_base_browsertest.h
index 91b092d374671223aa972861dac14ef9f889b6e6..92fb3acdd7a56f89888e3fcff8ea8a4cb3a9635b 100644
--- a/chrome/test/media_router/media_router_base_browsertest.h
+++ b/chrome/test/media_router/media_router_base_browsertest.h
@@ -68,7 +68,7 @@ class MediaRouterBaseBrowserTest : public ExtensionBrowserTest,
bool is_extension_host_created() const { return extension_host_created_; }
- bool is_off_the_record() { return profile()->IsOffTheRecord(); }
+ bool is_incognito() { return profile()->IsOffTheRecord(); }
// These values are initialized via flags.
base::FilePath extension_crx_;

Powered by Google App Engine
This is Rietveld 408576698