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

Unified Diff: blimp/client/core/blimp_client_switches.cc

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from #7 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: blimp/client/core/blimp_client_switches.cc
diff --git a/blimp/client/core/blimp_client_switches.cc b/blimp/client/core/blimp_client_switches.cc
index aad3310e4b5d405cf0f84b4ca99fabf2757ac120..5e1db1080e17b76f03a925a6df94a5df4af2ecb9 100644
--- a/blimp/client/core/blimp_client_switches.cc
+++ b/blimp/client/core/blimp_client_switches.cc
@@ -21,5 +21,7 @@ const char kEngineTransport[] = "engine-transport";
const char kDownloadWholeDocument[] = "download-whole-document";
+const char kUseInternalDisplay[] = "use-internal-display";
+
} // namespace switches
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698