Chromium Code Reviews

Unified Diff: extensions/common/features/behavior_feature.cc

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to pathway common to Mac and non-Mac. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« components/ui/zoom/DEPS ('K') | « extensions/common/features/behavior_feature.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/behavior_feature.cc
diff --git a/extensions/common/features/behavior_feature.cc b/extensions/common/features/behavior_feature.cc
index 393a76b7235a66859b174cf0a89a6ad1ca6246aa..25dddbc56f0c7db5e20eeb296b64a92ed3e64869 100644
--- a/extensions/common/features/behavior_feature.cc
+++ b/extensions/common/features/behavior_feature.cc
@@ -13,4 +13,6 @@ const char* const BehaviorFeature::kWhitelistedForIncognito =
const char* const BehaviorFeature::kDoNotSync = "do_not_sync";
+const char* const BehaviorFeature::kZoomWithoutBubble = "zoom_without_bubble";
+
} // namespace extensions
« components/ui/zoom/DEPS ('K') | « extensions/common/features/behavior_feature.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine