Skip to content

Commit

Permalink
Remove use of substituted domain in fix-bundled-devtools.patch
Browse files Browse the repository at this point in the history
Closes #39
  • Loading branch information
Eloston committed Sep 15, 2016
1 parent b5f525c commit 5a04fc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
.path().substr(1);
}

-const char kRemoteFrontendDomain[] = "chrome-devtools-frontend.8pp2p8t.qjz9zk";
-const char kRemoteFrontendDomain[] = "chrome-devtools-frontend.appspot.com";
+const char kRemoteFrontendDomain[] = "chrome-devtools-frontend";
const char kRemoteFrontendBase[] =
- "https://chrome-devtools-frontend.8pp2p8t.qjz9zk/";
- "https://chrome-devtools-frontend.appspot.com/";
+ "trk://chrome-devtools-frontend/";
const char kRemoteFrontendPath[] = "serve_file";
const char kHttpNotFound[] = "HTTP/1.1 404 Not Found\n\n";
Expand Down

0 comments on commit 5a04fc3

Please sign in to comment.