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

Unified Diff: extensions/browser/api/app_window/app_window_apitest.cc

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 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
« no previous file with comments | « components/version_info/version_info_values.h.version ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/app_window/app_window_apitest.cc
diff --git a/extensions/browser/api/app_window/app_window_apitest.cc b/extensions/browser/api/app_window/app_window_apitest.cc
index 6aa666df536cf4719784de863b2312977ff3e5b9..5c84e072d1fa47eef431a3d53a80848fd00237a6 100644
--- a/extensions/browser/api/app_window/app_window_apitest.cc
+++ b/extensions/browser/api/app_window/app_window_apitest.cc
@@ -152,7 +152,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
}
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiAlphaEnabledInStable) {
- extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
+ extensions::ScopedCurrentChannel channel(version_info::Channel::STABLE);
EXPECT_TRUE(RunPlatformAppTestWithFlags(
"platform_apps/windows_api_alpha_enabled/in_stable",
// Ignore manifest warnings because the extension will not load at all
@@ -170,7 +170,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
WindowsApiVisibleOnAllWorkspacesInStable) {
- extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
+ extensions::ScopedCurrentChannel channel(version_info::Channel::STABLE);
EXPECT_TRUE(RunPlatformAppTest(
"platform_apps/windows_api_visible_on_all_workspaces/in_stable"))
<< message_;
« no previous file with comments | « components/version_info/version_info_values.h.version ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698