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

Unified Diff: pkg/front_end/messages.yaml

Issue 3006483002: Remove check for scheme in source-loader. (Closed)
Patch Set: address bot failures Created 3 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: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index 1199d12c19edffcd6c2ffed7927de55df2c04f6e..41f982fbd62447a98a3c80938d37432214a3b5ae 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -640,6 +640,9 @@ InternalProblemMissingContext:
InternalProblemProvidedBothCompileSdkAndSdkSummary:
template: "The compileSdk and sdkSummary options are mutually exclusive"
+InternalProblemUriMissingScheme:
+ template: "The URI '#uri' has no scheme."
+
InternalVerificationError:
template: "Verification of the generated program failed: #string."

Powered by Google App Engine
This is Rietveld 408576698