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

Unified Diff: base/base_switches.h

Issue 62833002: [Android] Add a low-end device mode override flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 1 month 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: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index 33b2b68c637ef3bda03f0e348a3bbc1090c7618b..b2bf7abca8fb382b08a46cc1fafa8bc9601e2aba 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -27,6 +27,11 @@ extern const char kTraceToConsole[];
extern const char kEnableCrashReporterForTesting[];
#endif
+#if defined(OS_ANDROID)
+extern const char kDisableLowEndDeviceMode[];
+extern const char kEnableLowEndDeviceMode[];
+#endif
+
} // namespace switches
#endif // BASE_BASE_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698