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

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

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test rebuilding patch from .diff file. Created 5 years, 2 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 | « extensions/common/api/_behavior_features.json ('k') | extensions/common/features/behavior_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/behavior_feature.h
diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h
index 62f78eaac1a7b3ffeeb1c7a1a9a78b39aaf65861..cddbe8f31734881ded62f7dccab91f984e180af4 100644
--- a/extensions/common/features/behavior_feature.h
+++ b/extensions/common/features/behavior_feature.h
@@ -22,6 +22,7 @@ class BehaviorFeature : public SimpleFeature {
static const char* const kServiceWorker;
static const char* const kWhitelistedForIncognito;
static const char* const kDoNotSync;
+ static const char* const kZoomWithoutBubble;
};
} // namespace extensions
« no previous file with comments | « extensions/common/api/_behavior_features.json ('k') | extensions/common/features/behavior_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698