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

Side by Side Diff: chromecast/browser/android/apk/templates/BuildConfig.template

Issue 2874943002: [Chromecast] Add service for "displaying" cast web contents. (Closed)
Patch Set: [Chromecast] Add service for "displaying" cast web contents. Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 package org.chromium.chromecast.shell;
3
4 public class BuildConfig {
5
6 // If true, run receiver apps in a service instead of an activity.
7 public static final boolean DISPLAY_WEB_CONTENTS_IN_SERVICE =
8 #if defined(_DISPLAY_WEB_CONTENTS_IN_SERVICE)
9 true;
10 #else
11 false;
12 #endif
13
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698