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

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

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.h
diff --git a/blimp/client/core/blimp_client_switches.h b/blimp/client/core/blimp_client_switches.h
index 50b88cfcb1f5bf0ccb0ee43f655d54496568164f..d1c9dd191698ea5b0e2f5c463a8e201f9cb7beb2 100644
--- a/blimp/client/core/blimp_client_switches.h
+++ b/blimp/client/core/blimp_client_switches.h
@@ -33,6 +33,10 @@ extern const char kEngineTransport[];
// Enables downloading the complete page from the engine.
extern const char kDownloadWholeDocument[];
+// Enables rendering the contents of a tab to a native widget directly. This is
+// used by the standalone app.
+extern const char kUseInternalDisplay[];
+
} // namespace switches
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698