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

Unified Diff: native_client_sdk/src/examples/api/url_loader/url_loader.cc

Issue 183743028: NaCl SDK: Remove some unused variables in url_loader.cc example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/api/url_loader/url_loader.cc
diff --git a/native_client_sdk/src/examples/api/url_loader/url_loader.cc b/native_client_sdk/src/examples/api/url_loader/url_loader.cc
index d000a93cd14e9f83aaa34f115974759712665c29..7af8c6e50fb76f7a121786ffb90afc67ae5dfebf 100644
--- a/native_client_sdk/src/examples/api/url_loader/url_loader.cc
+++ b/native_client_sdk/src/examples/api/url_loader/url_loader.cc
@@ -17,11 +17,6 @@
namespace {
const char* const kLoadUrlMethodId = "getUrl";
static const char kMessageArgumentSeparator = ':';
-
-// Exception strings. These are passed back to the browser when errors
-// happen during property accesses or method calls.
-const char* const kExceptionStartFailed = "URLLoaderHandler::Start() failed";
-const char* const kExceptionURLNotAString = "URL is not a string";
} // namespace
class URLLoaderInstance : public pp::Instance {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698