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

Unified Diff: components/arc/intent_helper/arc_intent_helper_bridge.h

Issue 2443313002: Add more tests to arc_navigation_throttle.cc (Closed)
Patch Set: Created 4 years, 2 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: components/arc/intent_helper/arc_intent_helper_bridge.h
diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.h b/components/arc/intent_helper/arc_intent_helper_bridge.h
index 92d9a70f5f24d53bde57198ab30194f0fc3a850a..39369f8cd69244d25e731f8a52ddb80e0c9a6f2d 100644
--- a/components/arc/intent_helper/arc_intent_helper_bridge.h
+++ b/components/arc/intent_helper/arc_intent_helper_bridge.h
@@ -88,6 +88,9 @@ class ArcIntentHelperBridge
const std::string& method_name_for_logging,
uint32_t min_instance_version);
+ static constexpr char kArcIntentHelperPackageName[] =
Luis Héctor Chávez 2016/10/24 20:24:34 would this cause an ODR violation?
Yusuke Sato 2016/10/24 22:27:16 does it? I thought if the variable is odr-used, a
+ "org.chromium.arc.intent_helper";
+
private:
mojo::Binding<mojom::IntentHelperHost> binding_;
scoped_refptr<ActivityIconLoader> icon_loader_;

Powered by Google App Engine
This is Rietveld 408576698