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

Unified Diff: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.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
Index: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
diff --git a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
index 9a3a9d5dee9a2112f6b1f57134532c76412b0125..cf4a4e38d3a8a54378555f6c952ee9f5235e25ef 100644
--- a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
+++ b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
@@ -48,7 +48,7 @@ bool ContextMenuContentTypeWebView::SupportsGroup(int group) {
case ITEM_GROUP_DEVELOPER:
{
if (chrome::VersionInfo::GetChannel() >=
- chrome::VersionInfo::CHANNEL_DEV) {
+ version_info::Channel::DEV) {
// Hide dev tools items in guests inside WebUI if we are not running
// canary or tott.
auto web_view_guest =
« no previous file with comments | « chrome/browser/extensions/shared_module_service_unittest.cc ('k') | chrome/browser/history/chrome_history_backend_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698