Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 687732 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/chrome/browser/ui/tabs/tab_strip_model_observer.h
0
++ b/chrome/browser/ui/tabs/tab_strip_model_observer.h
Lines 135-141 class TabStripModelChange { Link Here
135
 private:
135
 private:
136
  const Type type_ = kSelectionOnly;
136
  const Type type_ = kSelectionOnly;
137
  const std::vector<Delta> deltas_;
137
  std::vector<Delta> deltas_;
138
  DISALLOW_COPY_AND_ASSIGN(TabStripModelChange);
138
  DISALLOW_COPY_AND_ASSIGN(TabStripModelChange);
139
};
139
};

Return to bug 687732