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

Unified Diff: content/public/common/content_switches.h

Issue 2144623003: [sensors] Introduce Generic Sensor API interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Reilly Created 4 years, 4 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 8fa1c47cfbc901b1e7cdd579ed7b9e3279076d39..38ee22c7d6400ae8fbc947ac36922646aa7c38b3 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -125,6 +125,7 @@ CONTENT_EXPORT extern const char
kEnableWebFontsInterventionV2SwitchValueEnabledWithSlow2G[];
CONTENT_EXPORT extern const char
kEnableWebFontsInterventionV2SwitchValueDisabled[];
+CONTENT_EXPORT extern const char kEnableGenericSensors[];
timvolodine 2016/08/18 22:52:14 maybe #ifdef this with "ENABLE_GENERIC_SENSORS"?
CONTENT_EXPORT extern const char kEnableGpuAsyncWorkerContext[];
CONTENT_EXPORT extern const char kEnableGpuMemoryBufferCompositorResources[];
CONTENT_EXPORT extern const char kEnableGpuMemoryBufferVideoFrames[];

Powered by Google App Engine
This is Rietveld 408576698