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

Unified Diff: ios/chrome/browser/about_flags.mm

Issue 2668093002: VrShell background implemented in JS. (Closed)
Patch Set: Created 3 years, 11 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: ios/chrome/browser/about_flags.mm
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index 42b945f1260bb30e98c79fc2031ce7583094cca7..1d52791bd505c9f909b149499d54b0cce3968b07 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -38,11 +38,11 @@
#if !defined(OFFICIAL_BUILD)
#include "components/variations/variations_switches.h"
-#endif
mthiesse 2017/01/31 20:54:54 was this intentional?
tiborg1 2017/02/01 00:22:18 Oops, no this was not intentional. I don't know ho
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
+#endif
namespace {
// To add a new entry, add to the end of kFeatureEntries. There are two

Powered by Google App Engine
This is Rietveld 408576698