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

Unified Diff: media/ozone/media_ozone_platform.cc

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final fix Created 5 years, 1 month 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 | « chromecast/chromecast_tests.gypi ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ozone/media_ozone_platform.cc
diff --git a/media/ozone/media_ozone_platform.cc b/media/ozone/media_ozone_platform.cc
index cda13962820c4221e5302cd5aa6e9ff46e52b232..15d52c69d1cc79735df7d49576109c4d4eed0d69 100644
--- a/media/ozone/media_ozone_platform.cc
+++ b/media/ozone/media_ozone_platform.cc
@@ -52,7 +52,7 @@ MediaOzonePlatform* CreateMediaOzonePlatformGbm() {
return new MediaOzonePlatformStub;
}
-MediaOzonePlatform* CreateMediaOzonePlatformTest() {
+MediaOzonePlatform* CreateMediaOzonePlatformHeadless() {
return new MediaOzonePlatformStub;
}
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698