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

Side by Side Diff: chrome/tools/test/reference_build/chrome_linux/chrome.pak

Issue 177049: On Linux, move the passing of filedescriptors to a dedicated socketpair(). (Closed)
Patch Set: Removed *.d files from reference build Created 11 years, 3 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 unified diff | Download patch
OLDNEW
1 J&€¥&%z&Ÿž&=î&+Œ&· 1 J&€¥&%z&Ÿž&=î&+Œ&·
2 &6&:È &Ã 2 &6&:È &Ã
3 &ÅAs 3 &ÅAs
4 &‹Ë' 4 &‹Ë'
5 &ѲÌ 5 &ѲÌ
6 &¶~4&ë& ì™&¹ì‰&Bî&GïÐ 6 &¶~4&ë& ì™&¹ì‰&Bî&GïÐ
7 &û] 7 &û]
8 &t= 8 &t=
9 &±L 9 &±L
10 &ýF&C!F&‰"F&Ï#F&%F&[&F 10 &ýF&C!F&‰"F&Ï#F&%F&[&F
(...skipping 14969 matching lines...) Expand 10 before | Expand all | Expand 10 after
14980 throw new Error("No such extension: '" + this.id_ + "'"); 14980 throw new Error("No such extension: '" + this.id_ + "'");
14981 return new chrome.Port(portId); 14981 return new chrome.Port(portId);
14982 }; 14982 };
14983 14983
14984 // Returns a resource URL that can be used to fetch a resource from this 14984 // Returns a resource URL that can be used to fetch a resource from this
14985 // extension. 14985 // extension.
14986 chrome.Extension.prototype.getURL = function(path) { 14986 chrome.Extension.prototype.getURL = function(path) {
14987 return "chrome-extension://" + this.id_ + "/" + path; 14987 return "chrome-extension://" + this.id_ + "/" + path;
14988 }; 14988 };
14989 })(); 14989 })();
OLDNEW
« no previous file with comments | « chrome/tools/test/reference_build/chrome_linux/chrome ('k') | chrome/tools/test/reference_build/chrome_linux/locales/ar.pak » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698