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

Side by Side Diff: chrome/browser/google/DEPS

Issue 808253006: Remove the GoogleURLTracker infobar functionality entirely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix size_t -> int conversion (since I turned off the warning disable for it) Created 6 years 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 specific_include_rules = { 1 specific_include_rules = {
2 # GoogleURLTracker can't use WebContents, since it is used by iOS. 2 # GoogleURLTracker can't use WebContents, since it is used by iOS.
3 # If WebContents functionality is needed, add it to
4 # GoogleURLTrackerNavigationHelperImpl.
5 'google_url_tracker\.': [ 3 'google_url_tracker\.': [
6 "-content/public/browser/web_contents.h", 4 "-content/public/browser/web_contents.h",
7 ], 5 ],
Ilya Sherman 2015/01/06 00:36:28 Is any of this still needed now that the code has
Peter Kasting 2015/01/06 00:54:26 Can you clarify what the "now that the code has be
Ilya Sherman 2015/01/06 01:19:35 I guess to be clearer, this rule seems to now only
Peter Kasting 2015/01/06 01:27:51 Never mind, I was misunderstanding some things (an
8 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698